mirror of
https://git.sr.ht/~emersion/gamja
synced 2025-04-23 12:33:45 -04:00
Don't perform OAuth redirection after server meteadata error
This commit is contained in:
parent
4f350ae223
commit
2883234ff6
1 changed files with 1 additions and 0 deletions
|
@ -394,6 +394,7 @@ export default class App extends Component {
|
|||
} catch (err) {
|
||||
console.error("Failed to fetch OAuth 2.0 server metadata:", err);
|
||||
this.showError("Failed to fetch OAuth 2.0 server metadata");
|
||||
return;
|
||||
}
|
||||
|
||||
oauth2.redirectAuthorize({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue