eslint fix
This commit is contained in:
@@ -50,7 +50,7 @@ export function MultiFactorChallengeContainer({
|
||||
try {
|
||||
await fetch('/api/after-mfa', { method: 'POST' });
|
||||
router.replace(paths.redirectPath);
|
||||
} catch (err) {
|
||||
} catch {
|
||||
// ignore
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user