mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
disabled register dialog (for now)
This commit is contained in:
parent
3ea52c7f45
commit
5c73d1bce7
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ export interface IModalState {
|
|||
}
|
||||
|
||||
const INITIAL_STATE: IModalState = {
|
||||
is_shown: true,
|
||||
dialog: DIALOGS.LOGIN_SOCIAL_REGISTER,
|
||||
is_shown: false,
|
||||
dialog: null,
|
||||
photoswipe: {
|
||||
images: [],
|
||||
index: 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue