mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
fix: Require mfa code to disable mfa (#10345)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { ForbiddenError } from './forbidden.error';
|
||||
|
||||
export class InvalidMfaCodeError extends ForbiddenError {
|
||||
constructor(hint?: string) {
|
||||
super('Invalid two-factor code.', hint);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user