1
0
Fork 0
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:
muerwre 2020-08-22 17:28:55 +07:00
parent 3ea52c7f45
commit 5c73d1bce7

View file

@ -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,