Merge pull request #7142 from overleaf/ii-6756-gmail-flags-emails-as-dangerous

Change security email title

GitOrigin-RevId: d33c9d7998ada059dac61ba0d13eefedd66237fc
This commit is contained in:
Timothée Alby
2022-03-24 09:03:38 +00:00
committed by Copybot
parent 7f4934d619
commit 0703c6d21d
3 changed files with 15 additions and 6 deletions
@@ -155,7 +155,7 @@ describe('ThirdPartyIdentityManager', function () {
err: anError,
userId: this.userId,
},
'could not send security alert email when Google account linked'
'could not send security alert email when new account linked'
)
done()
}
@@ -226,7 +226,7 @@ describe('ThirdPartyIdentityManager', function () {
err: anError,
userId: this.userId,
},
'could not send security alert email when Google account no longer linked'
'could not send security alert email when account no longer linked'
)
done()
}