mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #1259 from sharelatex/ja-sso-settings-link
Add link from v2 settings page to manage linked accounts in v1 GitOrigin-RevId: 2aabd0669349023d6b0da520c55587feb19b5201
This commit is contained in:
parent
1836932256
commit
a72b29efd8
1 changed files with 8 additions and 0 deletions
|
@ -158,6 +158,14 @@ block content
|
|||
div
|
||||
a(id="sessions-link", href="/user/sessions") #{translate("manage_sessions")}
|
||||
|
||||
if settings.overleaf
|
||||
hr
|
||||
p
|
||||
| To manage your account's connection to Google, Twitter, ORCID and IEEE, please
|
||||
|
|
||||
a(href="/sign_in_to_v1?return_to=/users/edit#linked-accounts") click here
|
||||
| .
|
||||
|
||||
hr
|
||||
|
||||
if !externalAuthenticationSystemUsed() || (settings.createV1AccountOnLogin && settings.overleaf)
|
||||
|
|
Loading…
Reference in a new issue