1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-21 02:33:46 +00:00

misc cleanup

This commit is contained in:
Kyle Spearrin
2017-04-25 16:26:25 -04:00
parent 5c471e43dd
commit b0d2374960
7 changed files with 3 additions and 38 deletions

View File

@@ -28,7 +28,7 @@ angular
}, function () {
$state.go('backend.user.vault', null, { location: 'replace' }).then(function () {
toastr.success('You can access this organization once an administrator confirms your membership.' +
' We\'ll send an email when that happens.', 'Invite Accepted');
' We\'ll send an email when that happens.', 'Invite Accepted', { timeOut: 10000 });
});
}, function () {
$state.go('backend.user.vault', null, { location: 'replace' }).then(function () {