mirror of
https://github.com/bitwarden/browser
synced 2025-12-21 10:43:35 +00:00
org name from mail invite link
This commit is contained in:
@@ -7,7 +7,8 @@ angular
|
||||
params: $state.params
|
||||
};
|
||||
|
||||
if (!$state.params.organizationId || !$state.params.organizationUserId || !$state.params.token || !$state.params.email) {
|
||||
if (!$state.params.organizationId || !$state.params.organizationUserId || !$state.params.token ||
|
||||
!$state.params.email || !$state.params.organizationName) {
|
||||
$state.go('frontend.login.info').then(function () {
|
||||
toastr.error('Invalid parameters.');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user