mirror of
https://github.com/bitwarden/web
synced 2025-12-06 00:03:28 +00:00
Whoops
This commit is contained in:
@@ -70,7 +70,7 @@ export class AcceptOrganizationComponent implements OnInit {
|
||||
this.orgName = qParams.organizationName;
|
||||
if (this.orgName != null) {
|
||||
// Fix URL encoding of space issue with Angular
|
||||
this.orgName.replace(/\+/g, ' ');
|
||||
this.orgName = this.orgName.replace(/\+/g, ' ');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user