UNPKG

@digital-blueprint/lunchlottery-app

Version:

[GitHub Repository](https://github.com/digital-blueprint/lunchlottery-app) | [npmjs package](https://www.npmjs.com/package/@digital-blueprint/lunchlottery-app) | [Unpkg CDN](https://unpkg.com/browse/@digital-blueprint/lunchlottery-app/)

8 lines (7 loc) 191 B
export const LoginStatus = Object.freeze({ UNKNOWN: 'unknown', LOGGING_IN: 'logging-in', LOGGED_IN: 'logged-in', LOGGING_OUT: 'logging-out', LOGGED_OUT: 'logged-out', });