We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dbf40d commit 917bad8Copy full SHA for 917bad8
src/src/app/common/constants.ts
@@ -1 +1 @@
1
-export const VM_ADMIN = "VmAdmin";
+export const VM_ADMIN = "VM_ADMIN";
src/src/app/view/login-landing/errors.ts
@@ -1,5 +1,5 @@
export enum Errors {
2
- TwitchErrorWithToken,
3
- TwitchAccountHasNoEmail,
4
- InternalError
+ TWITCH_ERROR_WITH_TOKEN,
+ TWITCH_ACCOUNT_HAS_NO_EMAIL,
+ INTERNAL_ERROR
5
}
0 commit comments