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:
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user