fix: export const Token type
This commit is contained in:
@@ -1 +1,6 @@
|
||||
export const PASSPORT_OPTIONS = Symbol('PassportOptions')
|
||||
|
||||
export const TOKEN_TYPES = {
|
||||
AUTH: 'PassportToken/v1',
|
||||
TEMP_2FA: 'PassportToken/v1/2fa'
|
||||
} as const
|
||||
|
||||
Reference in New Issue
Block a user