Fix sign in

This commit is contained in:
Adrian Woźniak 2021-10-08 15:39:38 +02:00
parent 9ba3f112e6
commit 1de72c59f5
No known key found for this signature in database
GPG Key ID: DE43476F72AD3F6C

View File

@ -219,7 +219,8 @@ fn update(msg: Msg, model: &mut model::Model, orders: &mut impl Orders<Msg>) {
match &msg {
Msg::AuthTokenStored => {
go_to_board(orders);
authorize_or_redirect(model, orders);
// go_to_board(orders);
return;
}
Msg::AuthTokenErased => {