Merge pull request #17116 from mozilla/react-signin-with-force-auth-email

fix(content): Set email for force_auth with React signin
This commit is contained in:
Valerie Pomerleau 2024-06-14 15:03:27 -07:00 коммит произвёл GitHub
Родитель 25c21f7585 2e3e94f225
Коммит ea04e6157e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -421,6 +421,8 @@ var BaseView = Backbone.View.extend({
// specifies an email address, we force the user to use that account.
_reAuthPage() {
if (this.relier && this.relier.get('email')) {
// setting the email here ensures that React signin can pick up on this email
this.user.set('email', this.relier.get('email'));
return 'force_auth';
}
// Until email-first is fully the default, this is