diff --git a/server/web_ui/login_flows/src/oauth2.rs b/server/web_ui/login_flows/src/oauth2.rs index 16c1005d8..9d11be36e 100644 --- a/server/web_ui/login_flows/src/oauth2.rs +++ b/server/web_ui/login_flows/src/oauth2.rs @@ -507,7 +507,7 @@ impl Component for Oauth2App { } State::ErrInvalidRequest => do_alert_error( "Invalid request", - Some("Please close this window and try again again from the beginning."), + Some("Please close this window and try again from the beginning."), false, ), };