Resolve linting errors after upgrades
This commit is contained in:
parent
84b1f2e6c6
commit
d78bc98521
7 changed files with 7 additions and 5 deletions
|
@ -165,6 +165,7 @@ export default class IdentityAuthClient {
|
|||
});
|
||||
const [confirmed] = await finished;
|
||||
if (confirmed) {
|
||||
// eslint-disable-next-line react-hooks/rules-of-hooks
|
||||
useDefaultIdentityServer();
|
||||
} else {
|
||||
throw new AbortedIdentityActionError(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue