1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-14 02:08:50 +02:00

added session activity message

This commit is contained in:
Kyle Spearrin 2017-09-27 17:21:27 -04:00
parent 5ba4b37610
commit 0d3fead0f3
3 changed files with 6 additions and 3 deletions

View File

@ -35,7 +35,8 @@
<p>We have emailed a verification code to <b>{{model.newEmail}}</b>. Please check your email for this code and enter it below to finalize your the email address change.</p>
<div class="callout callout-warning">
<h4><i class="fa fa-warning"></i> Warning</h4>
Proceeding will log you out of your current session, requiring you to log back in.
Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices
may continue to remain active for up to one hour.
</div>
<div class="callout callout-danger validation-errors" ng-show="changeEmailConfirmForm.$errors">
<h4>Errors have occurred</h4>

View File

@ -8,7 +8,8 @@
<p>We recommend that you change your master password immediately if you believe that your credentials have been compromised.</p>
<div class="callout callout-warning">
<h4><i class="fa fa-warning"></i> Warning</h4>
Proceeding will log you out of your current session, requiring you to log back in.
Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices
may continue to remain active for up to one hour.
</div>
<div class="callout callout-danger validation-errors" ng-show="changePasswordForm.$errors">
<h4>Errors have occurred</h4>

View File

@ -13,7 +13,8 @@
<div class="callout callout-warning">
<h4><i class="fa fa-warning"></i> Warning</h4>
Proceeding will also log you out of your current session, requiring you to log back in. You will also be prompted
for two-step login again, if enabled.
for two-step login again, if enabled. Active sessions on other devices may continue to remain active for up to
one hour.
</div>
<div class="callout callout-danger validation-errors" ng-show="logoutSessionsForm.$errors">
<h4>Errors have occurred</h4>