mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Add message about deleting account affecting v2
Only show on SL and if the user has linked accounts
This commit is contained in:
parent
5ed95694da
commit
3b31125a62
1 changed files with 6 additions and 1 deletions
|
@ -168,6 +168,11 @@ block content
|
||||||
i.fa.fa-check
|
i.fa.fa-check
|
||||||
| #{translate("unsubscribed")}
|
| #{translate("unsubscribed")}
|
||||||
|
|
||||||
|
if !settings.overleaf && user.overleaf
|
||||||
|
p
|
||||||
|
| Please note: If you have linked your account with Overleaf
|
||||||
|
| v2, then deleting your ShareLaTeX account will also delete
|
||||||
|
| account and all of it's associated projects and data.
|
||||||
p #{translate("need_to_leave")}
|
p #{translate("need_to_leave")}
|
||||||
a(href, ng-click="deleteAccount()") #{translate("delete_your_account")}
|
a(href, ng-click="deleteAccount()") #{translate("delete_your_account")}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue