feat(auth): remove center api key from frontend login flow
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
export type AuthSession = {
|
||||
centerApiBase: string
|
||||
centerApiKey: string
|
||||
accessToken: string
|
||||
refreshToken: string
|
||||
tokenType: string
|
||||
expiresIn?: number
|
||||
user: {
|
||||
id: string
|
||||
email: string
|
||||
@@ -18,6 +18,7 @@ export type AuthSession = {
|
||||
guildNodeId: string
|
||||
token: string
|
||||
tokenType: string
|
||||
expiresIn?: number
|
||||
}>
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user