mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-01 21:31:36 +02:00
[web] Track if the email is confirmed/verified (#15818)
* Added email-verifed event * added email provider * check if the email is primary * rename confirm email segmentation * remove the segmentation because it duplicates verification-type * move the response * remove duplicate definition --------- Co-authored-by: Domagoj Kriskovic <dom.kriskovic@overleaf.com> GitOrigin-RevId: 2956467b46a883fc0ee00c26dd446ba82fa5be26
This commit is contained in:
@@ -21,6 +21,7 @@ describe('UserEmailsController', function () {
|
||||
}
|
||||
|
||||
this.UserGetter = {
|
||||
getUser: sinon.stub().yields(),
|
||||
getUserFullEmails: sinon.stub(),
|
||||
getUserByAnyEmail: sinon.stub(),
|
||||
promises: {
|
||||
|
||||
Reference in New Issue
Block a user