mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +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 = {
|
const INITIAL_STATE: IModalState = {
|
||||||
is_shown: true,
|
is_shown: false,
|
||||||
dialog: DIALOGS.LOGIN_SOCIAL_REGISTER,
|
dialog: null,
|
||||||
photoswipe: {
|
photoswipe: {
|
||||||
images: [],
|
images: [],
|
||||||
index: 0,
|
index: 0,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue