1
0
Fork 0
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:
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 = {
is_shown: true,
dialog: DIALOGS.LOGIN_SOCIAL_REGISTER,
is_shown: false,
dialog: null,
photoswipe: {
images: [],
index: 0,