]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/app/users/shared/auth-status.model.ts
Follow the angular styleguide for the directories structure
[github/Chocobozzz/PeerTube.git] / client / app / users / shared / auth-status.model.ts
1 export enum AuthStatus {
2 LoggedIn,
3 LoggedOut
4 }