mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe.git
synced 2024-11-09 18:19:10 +00:00
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