1
0
mirror of https://github.com/bitwarden/server synced 2026-01-08 11:33:26 +00:00

feat(prelogin): [Auth/PM-27062] Prelogin New Response (#6583)

* feat(prelogin): [PM-27062] Prelogin New Response - Initial changes to support new data coming back from prelogin.

* test(prelogin): [PM-27062] Prelogin New Response - Added tests.
This commit is contained in:
Patrick-Pimentel-Bitwarden
2025-11-20 15:43:01 -05:00
committed by GitHub
parent c81b0dcd49
commit 59b6cd0cdb
6 changed files with 175 additions and 47 deletions

View File

@@ -5,7 +5,7 @@ using System.ComponentModel.DataAnnotations;
namespace Bit.Identity.Models.Request.Accounts;
public class PreloginRequestModel
public class PasswordPreloginRequestModel
{
[Required]
[EmailAddress]