mirror of
https://github.com/bitwarden/browser
synced 2025-12-21 02:33:46 +00:00
UI tweaks for org invites
This commit is contained in:
@@ -7,7 +7,7 @@ angular
|
||||
params: $state.params
|
||||
};
|
||||
|
||||
if (!$state.params.organizationId || !$state.params.organizationUserId || !$state.params.token) {
|
||||
if (!$state.params.organizationId || !$state.params.organizationUserId || !$state.params.token || !$state.params.email) {
|
||||
$state.go('frontend.login.info').then(function () {
|
||||
toastr.error('Invalid parameters.');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user