i guess this lagged behind an update

This commit is contained in:
Evert Prants 2020-01-28 23:40:15 +02:00
parent ecab5319f4
commit 8f55edbaa6
Signed by: evert
GPG Key ID: 1688DA83D222D0B5
1 changed files with 20 additions and 18 deletions

View File

@ -31,7 +31,8 @@ block body
.col-md-3
.nav.flex-column.nav-pills#v-pills-tab(role="tablist", aria-orientation="vertical")
a.nav-link.active#v-pills-main-tab(data-toggle="tab", href="#v-pills-main", role="tab", aria-control="v-pills-main", aria-selected="true") General Settings
a.nav-link#v-pills-social-tab(data-toggle="tab", href="#v-pills-social", role="tab", aria-control="v-pills-social", aria-selected="false") Social Accounts
if auth
a.nav-link#v-pills-social-tab(data-toggle="tab", href="#v-pills-social", role="tab", aria-control="v-pills-social", aria-selected="false") Social Accounts
a.nav-link#v-pills-oauth2-tab(data-toggle="tab", href="#v-pills-oauth2", role="tab", aria-control="v-pills-oauth2", aria-selected="false") Authorizations
a.nav-link#v-pills-actions-tab(data-toggle="tab", href="#v-pills-actions", role="tab", aria-control="v-pills-actions", aria-selected="false") Account Actions
.col-9
@ -64,23 +65,24 @@ block body
.tab-pane.fade#v-pills-social(role="tabpanel", aria-labelledby="v-pills-social")
h3 Social Media Accounts
p You can add social media accounts to your account for ease of login. Once added, logging in from linked sources logs you into this account automatically.
include ../includes/external.pug
if google_auth == false
a.option.disconnect.login-btn.float-lg-right(href="/api/external/google/remove")
i.fas.fa-fw.fa-times
|Unlink Google
if twitter_auth == false
a.option.disconnect.login-btn.float-lg-right(href="/api/external/twitter/remove")
i.fas.fa-fw.fa-times
|Unlink Twitter
if facebook_auth == false
a.option.disconnect.login-btn.float-lg-right(href="/api/external/facebook/remove")
i.fas.fa-fw.fa-times
|Unlink Facebook
if discord_auth == false
a.option.disconnect.login-btn.float-lg-right(href="/api/external/discord/remove")
i.fas.fa-fw.fa-times
|Unlink Discord
if auth
include ../includes/external.pug
if auth.google == false
a.option.disconnect.login-btn.float-lg-right(href="/api/external/google/remove")
i.fas.fa-fw.fa-times
|Unlink Google
if auth.twitter == false
a.option.disconnect.login-btn.float-lg-right(href="/api/external/twitter/remove")
i.fas.fa-fw.fa-times
|Unlink Twitter
if auth.facebook == false
a.option.disconnect.login-btn.float-lg-right(href="/api/external/facebook/remove")
i.fas.fa-fw.fa-times
|Unlink Facebook
if auth.discord == false
a.option.disconnect.login-btn.float-lg-right(href="/api/external/discord/remove")
i.fas.fa-fw.fa-times
|Unlink Discord
.tab-pane.fade#v-pills-oauth2(role="tabpanel", aria-labelledby="v-pills-oauth2")
h2 Authorized Applications
p Applications which have access to basic user information. You may restrict access at any time by pressing the red icon on the top right of the application card.