mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 21:06:42 +07:00
refactored login dialog
This commit is contained in:
parent
16700432d2
commit
20f49a52b5
6 changed files with 71 additions and 63 deletions
|
@ -20,6 +20,7 @@ const INITIAL_STATE: IAuthState = {
|
|||
login: {
|
||||
error: null,
|
||||
is_loading: false,
|
||||
is_registering: true,
|
||||
},
|
||||
|
||||
profile: {
|
||||
|
|
|
@ -46,6 +46,7 @@ export type IAuthState = Readonly<{
|
|||
login: {
|
||||
error: string;
|
||||
is_loading: boolean;
|
||||
is_registering: boolean;
|
||||
};
|
||||
|
||||
profile: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue