1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-28 00:02:26 -05:00
This commit is contained in:
Todd Martin 2025-04-20 16:47:29 -04:00
parent b2096cf51f
commit fb1b39e7c3
No known key found for this signature in database
GPG Key ID: 663E7AF5C839BC8F
2 changed files with 2 additions and 2 deletions

View File

@ -6,5 +6,5 @@ public class RegisterResponseModel : ResponseModel
{
public RegisterResponseModel()
: base("register")
{}
{ }
}