Merge pull request #992 from AppFlowy-IO/fix/admin-frontend-open-app
fix: use htmx redirect instead
This commit is contained in:
commit
a4ea4eeb31
|
|
@ -124,7 +124,7 @@ async fn open_app_handler(
|
||||||
session.token.refresh_token,
|
session.token.refresh_token,
|
||||||
session.token.token_type,
|
session.token.token_type,
|
||||||
);
|
);
|
||||||
Ok(Redirect::to(&app_sign_in_url).into_response())
|
Ok(htmx_redirect(&app_sign_in_url).into_response())
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Delete the user account and all associated data.
|
/// Delete the user account and all associated data.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue