mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
added login link to reset message
This commit is contained in:
parent
221c2214dd
commit
28ae33b100
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ require [
|
||||||
type:'POST'
|
type:'POST'
|
||||||
data: formData
|
data: formData
|
||||||
success: (data)->
|
success: (data)->
|
||||||
new Message text:"Your password has been reset"
|
new Message text:"Your password has been reset. <a href='/login'>Login here</a>."
|
||||||
error:(data)->
|
error:(data)->
|
||||||
new Message type:"error", text:"Something went wrong processing your request."
|
new Message type:"error", text:"Something went wrong processing your request."
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue