mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Merge pull request #8249 from overleaf/jel-reconfirmation-settings-email
[web] Reconfirmations via emails GitOrigin-RevId: 90c992cfeea785d56ff38e007f1c70188d280aed
This commit is contained in:
@@ -48,7 +48,7 @@ function ReconfirmationInfoPrompt({
|
||||
)
|
||||
} else {
|
||||
runAsync(
|
||||
postJSON('/user/emails/resend_confirmation', {
|
||||
postJSON('/user/emails/send-reconfirmation', {
|
||||
body: {
|
||||
email,
|
||||
},
|
||||
|
||||
@@ -132,7 +132,7 @@ describe('<ReconfirmationInfo/>', function () {
|
||||
window.metaAttributesCache.set('ol-ExposedSettings', {
|
||||
hasSamlFeature: false,
|
||||
})
|
||||
fetchMock.post('/user/emails/resend_confirmation', 200)
|
||||
fetchMock.post('/user/emails/send-reconfirmation', 200)
|
||||
})
|
||||
|
||||
it('sends and resends confirmation email', async function () {
|
||||
|
||||
Reference in New Issue
Block a user