Skip to content

Commit

Permalink
[Gen2][Backend] Update casing of MFA mode. (#7218)
Browse files Browse the repository at this point in the history
  • Loading branch information
Amplifiyer committed Apr 28, 2024
1 parent 941f6a2 commit df2a3d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/gen2/build-a-backend/auth/manage-mfa/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const auth = defineAuth({
},
// highlight-start
multifactor: {
mode: 'optional',
mode: 'OPTIONAL',
totp: true
}
// highlight-end
Expand Down

0 comments on commit df2a3d4

Please sign in to comment.