]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/auth/auth-status.model.ts
Client: add warning if the user want to embed a video of a non https website
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / auth / auth-status.model.ts
CommitLineData
b1794c53
C
1export enum AuthStatus {
2 LoggedIn,
3 LoggedOut
4}