Fix typo in oauth2 error message (#2715)

Removes a duplicate 'again'
This commit is contained in:
Joost Rijneveld 2024-04-21 00:55:35 +02:00 committed by GitHub
parent 62bbd7e3ea
commit 5485483aba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,
),
};