mirror of
https://github.com/bitwarden/web
synced 2025-12-15 07:43:16 +00:00
Whoops
This commit is contained in:
@@ -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, ' ');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user