forked from AkkomaGang/akkoma-fe
loginMethod was missing
This commit is contained in:
parent
a4a25105ba
commit
62e0fda597
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ const defaultState = {
|
|||
hidePostStats: false,
|
||||
hideSitename: false,
|
||||
hideUserStats: false,
|
||||
loginMethod: 'password',
|
||||
logo: '/static/logo.png',
|
||||
logoMargin: '.2em',
|
||||
logoMask: true,
|
||||
|
|
Loading…
Reference in a new issue