mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-06 09:20:43 +01:00
Whoops
This commit is contained in:
parent
695dc98010
commit
6ee2f05fb7
@ -70,7 +70,7 @@ export class AcceptOrganizationComponent implements OnInit {
|
|||||||
this.orgName = qParams.organizationName;
|
this.orgName = qParams.organizationName;
|
||||||
if (this.orgName != null) {
|
if (this.orgName != null) {
|
||||||
// Fix URL encoding of space issue with Angular
|
// Fix URL encoding of space issue with Angular
|
||||||
this.orgName.replace(/\+/g, ' ');
|
this.orgName = this.orgName.replace(/\+/g, ' ');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user