1
0
mirror of https://github.com/bitwarden/server synced 2026-01-04 17:43:53 +00:00

Revert "feat(prelogin): [Auth/PM-27062] Prelogin New Response (#6577)" (#6582)

This reverts commit 92e511284b.

Merged without feature flag code and before QA could get their review done.
This commit is contained in:
Patrick-Pimentel-Bitwarden
2025-11-14 16:42:14 -05:00
committed by GitHub
parent 92e511284b
commit 7eaca9bb7d
6 changed files with 47 additions and 175 deletions

View File

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