mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
Explain how to verify email for Sends
This commit is contained in:
@@ -192,6 +192,15 @@ export default class RuntimeBackground {
|
||||
case 'reloadPopup':
|
||||
this.messagingService.send('reloadPopup');
|
||||
break;
|
||||
case 'emailVerificationRequired':
|
||||
this.messagingService.send('showDialog', {
|
||||
dialogId: 'emailVerificationRequired',
|
||||
title: this.i18nService.t('emailVerificationRequired'),
|
||||
text: this.i18nService.t('emailVerificationRequiredDesc'),
|
||||
confirmText: this.i18nService.t('ok'),
|
||||
type: 'info',
|
||||
});
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user