ezidam: setup: dont sign in directly, force user to go through authorize flow

This commit is contained in:
Philippe Loctaux 2023-03-16 22:30:19 +01:00
parent 0866de94b6
commit 0b4aeb89cb

View file

@ -99,8 +99,7 @@ async fn create_first_account(
transaction.commit().await?;
// TODO: login with openid/oauth
// Redirect to home
Ok(Either::Left(Redirect::to(uri!(super::root::homepage))))
}