Polished previous session checker

This commit is contained in:
Keannu Christian Bernasol 2023-03-06 20:41:45 +08:00
parent c3ae196b6c
commit 9065274a18
5 changed files with 35 additions and 6 deletions

View file

@ -15,6 +15,12 @@ export interface LoginState {
};
}
export interface OldSessionState {
old_session_checked: {
value: boolean;
};
}
export interface LoggedInUserState {
logged_in_user: {
value: {