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
@ -137,8 +137,8 @@ config :pleroma, :fe,
|
||||
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 New Issue
Block a user