1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-17 07:15:13 +02:00

Add comment

This commit is contained in:
Alec Rippberger 2024-10-16 21:24:51 -05:00
parent dbab43d7e6
commit 7205efe751
No known key found for this signature in database
GPG Key ID: 9DD8DA583B28154A

View File

@ -132,6 +132,9 @@ export class RegistrationSelfHostedEnvConfigDialogComponent implements OnInit, O
) {} ) {}
ngOnInit() { ngOnInit() {
/**
* Populate the form with the current self-hosted environment settings.
*/
this.environmentService.environment$ this.environmentService.environment$
.pipe( .pipe(
take(1), take(1),