ezidam: setup: dont sign in directly, force user to go through authorize flow
This commit is contained in:
parent
0866de94b6
commit
0b4aeb89cb
1 changed files with 1 additions and 2 deletions
|
|
@ -99,8 +99,7 @@ async fn create_first_account(
|
||||||
|
|
||||||
transaction.commit().await?;
|
transaction.commit().await?;
|
||||||
|
|
||||||
// TODO: login with openid/oauth
|
// Redirect to home
|
||||||
|
|
||||||
Ok(Either::Left(Redirect::to(uri!(super::root::homepage))))
|
Ok(Either::Left(Redirect::to(uri!(super::root::homepage))))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue