This commit is contained in:
5
frontend/src/types.d.ts
vendored
5
frontend/src/types.d.ts
vendored
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2023. Gardel <sunxinao@hotmail.com> and contributors
|
||||
* Copyright (C) 2023-2025. Gardel <sunxinao@hotmail.com> and contributors
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
@@ -16,10 +16,11 @@
|
||||
*/
|
||||
|
||||
export type AppState = {
|
||||
login: boolean
|
||||
login: string
|
||||
accessToken: string
|
||||
tokenValid: boolean
|
||||
loginTime: number
|
||||
profileName: string
|
||||
uuid: string
|
||||
passwordReset: boolean
|
||||
}
|
Reference in New Issue
Block a user