1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +00:00

Clean up and flush out register form tests.

This commit is contained in:
Alec Rippberger
2024-10-15 21:40:48 -05:00
parent 28aae75abf
commit 2f29903136
2 changed files with 192 additions and 52 deletions

View File

@@ -78,7 +78,6 @@ export class RegisterComponent extends CaptchaProtectedComponent implements OnIn
protected captchaBypassToken: string = null;
// allows for extending classes to modify the register request before sending
// allows for extending classes to modify the register request before sending
// currently used by web to add organization invitation details
protected modifyRegisterRequest: (request: RegisterRequest) => Promise<void>;