mirror of
https://github.com/lemeow125/Ivy-Frontend.git
synced 2025-05-14 10:31:07 +08:00
Polished previous session checker
This commit is contained in:
parent
c3ae196b6c
commit
9065274a18
5 changed files with 35 additions and 6 deletions
|
@ -15,6 +15,12 @@ export interface LoginState {
|
|||
};
|
||||
}
|
||||
|
||||
export interface OldSessionState {
|
||||
old_session_checked: {
|
||||
value: boolean;
|
||||
};
|
||||
}
|
||||
|
||||
export interface LoggedInUserState {
|
||||
logged_in_user: {
|
||||
value: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue