mirror of
https://github.com/bitwarden/browser
synced 2026-02-28 10:33:31 +00:00
fix(register): [PM-27085] Account Register Uses New Data Types - Removed unnecessary part of the payload.
This commit is contained in:
@@ -8,8 +8,6 @@ import { KeysRequest } from "../../../../models/request/keys.request";
|
||||
export class RegisterFinishV2Request {
|
||||
constructor(
|
||||
public email: string,
|
||||
|
||||
public masterPasswordHash: string,
|
||||
public masterPasswordHint: string,
|
||||
|
||||
public userSymmetricKey: EncryptedString,
|
||||
|
||||
@@ -135,6 +135,7 @@ export const DefaultFeatureFlagValue = {
|
||||
|
||||
/* Auth */
|
||||
[FeatureFlag.PM23801_PrefetchPasswordPrelogin]: FALSE,
|
||||
[FeatureFlag.PM27044_UpdateRegistrationApis]: FALSE,
|
||||
|
||||
/* Billing */
|
||||
[FeatureFlag.TrialPaymentOptional]: FALSE,
|
||||
|
||||
Reference in New Issue
Block a user