1
0
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:
Kyle Spearrin
2017-03-28 21:16:44 -04:00
parent 4d2cae0b0f
commit e12582c2c2
8 changed files with 62 additions and 22 deletions

View File

@@ -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.');
});