mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 21:06:42 +07:00
moved accounts to settings
This commit is contained in:
parent
3e6ede51d4
commit
108f17b0e9
9 changed files with 78 additions and 42 deletions
|
@ -49,7 +49,7 @@ export type IAuthState = Readonly<{
|
|||
};
|
||||
|
||||
profile: {
|
||||
tab: 'profile' | 'messages' | 'settings' | 'accounts';
|
||||
tab: 'profile' | 'messages' | 'settings';
|
||||
is_loading: boolean;
|
||||
is_loading_messages: boolean;
|
||||
is_sending_messages: boolean;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue