]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/app/users/shared/auth-status.model.ts
Add a loader animation when loading the videos list
[github/Chocobozzz/PeerTube.git] / client / app / users / shared / auth-status.model.ts
1 export enum AuthStatus {
2 LoggedIn,
3 LoggedOut
4 }