diff options
| author | 2024-07-10 04:17:30 +0100 | |
|---|---|---|
| committer | 2024-07-10 04:17:30 +0100 | |
| commit | 899666da501dfd22267e96be8879dd271b3e4980 (patch) | |
| tree | 063fc6ea45ccab31315d4e08ec2c5e33c9e0b948 /src/api | |
| parent | Set Sentry user data when authenticating (diff) | |
Unit tests for Navigation component
Diffstat (limited to '')
| -rw-r--r-- | src/api/auth.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/auth.ts b/src/api/auth.ts index 2dbcdae..3bd3181 100644 --- a/src/api/auth.ts +++ b/src/api/auth.ts @@ -23,7 +23,7 @@ interface AuthResult { /** * Name properties for authorization cookies. */ -enum CookieNames { +export enum CookieNames { Scopes = "DiscordOAuthScopes", Username = "DiscordUsername" } |