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'
|
||||
data: formData
|
||||
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)->
|
||||
new Message type:"error", text:"Something went wrong processing your request."
|
||||
|
||||
|
|
Loading…
Reference in a new issue