Skip to content

Commit

Permalink
feat(NewDeviceVerification) : Adding feature flag control to the endp…
Browse files Browse the repository at this point in the history
…oint.
  • Loading branch information
ike-kottlowski committed Dec 16, 2024
1 parent d99e6f6 commit 89846a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Api/Auth/Controllers/AccountsController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -961,6 +961,7 @@ public async Task VerifyOTP([FromBody] VerifyOTPRequestModel model)
}
}

[RequireFeature(FeatureFlagKeys.NewDeviceVerification)]
[AllowAnonymous]
[HttpPost("resend-new-device-otp")]
public async Task ResendNewDeviceOtpAsync([FromBody] UnauthenticatedSecretVerificatioRequestModel request)
Expand Down

0 comments on commit 89846a7

Please sign in to comment.