forked from AkkomaGang/akkoma
Merge branch 'feature/new-user-routes' into 'develop'
Use "~" as a route namespace symbol on FE See merge request pleroma/pleroma!530
This commit is contained in:
commit
443d59baa0
1 changed files with 2 additions and 2 deletions
|
@ -137,8 +137,8 @@
|
|||
logo_mask: true,
|
||||
logo_margin: "0.1em",
|
||||
background: "/static/aurora_borealis.jpg",
|
||||
redirect_root_no_login: "/main/all",
|
||||
redirect_root_login: "/main/friends",
|
||||
redirect_root_no_login: "/~/main/all",
|
||||
redirect_root_login: "/~/main/friends",
|
||||
show_instance_panel: true,
|
||||
scope_options_enabled: false,
|
||||
formatting_options_enabled: false,
|
||||
|
|
Loading…
Reference in a new issue