mirror of
https://github.com/moghtech/komodo.git
synced 2026-04-28 03:38:55 -05:00
post link redirect should be to profile
This commit is contained in:
@@ -148,7 +148,7 @@ impl AuthImpl for KomodoAuthImpl {
|
||||
|
||||
fn post_link_redirect(&self) -> &str {
|
||||
static POST_LINK_REDIRECT: LazyLock<String> =
|
||||
LazyLock::new(|| format!("{}/settings", core_config().host));
|
||||
LazyLock::new(|| format!("{}/profile", core_config().host));
|
||||
&POST_LINK_REDIRECT
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user