mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 11:36:45 +00:00
Removes "social" logins from the registration and login pages.
This commit is contained in:
parent
2ec1db02ee
commit
d2ca4aa466
2 changed files with 0 additions and 102 deletions
|
|
@ -16,49 +16,6 @@
|
||||||
></div>
|
></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group row text-center">
|
|
||||||
<div class="col-12 col-md-12">
|
|
||||||
<div
|
|
||||||
class="btn btn-secondary social-button"
|
|
||||||
@click="socialAuth('google')"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="svg-icon social-icon"
|
|
||||||
v-html="icons.googleIcon"
|
|
||||||
></div>
|
|
||||||
<div
|
|
||||||
class="text"
|
|
||||||
>
|
|
||||||
{{ registering
|
|
||||||
? $t('signUpWithSocial', {social: 'Google'})
|
|
||||||
: $t('loginWithSocial', {social: 'Google'}) }}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="form-group row text-center">
|
|
||||||
<div class="col-12 col-md-12">
|
|
||||||
<div
|
|
||||||
class="btn btn-secondary social-button"
|
|
||||||
@click="socialAuth('apple')"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="svg-icon social-icon"
|
|
||||||
v-html="icons.appleIcon"
|
|
||||||
></div>
|
|
||||||
<div
|
|
||||||
class="text"
|
|
||||||
>
|
|
||||||
{{ registering
|
|
||||||
? $t('signUpWithSocial', {social: 'Apple'})
|
|
||||||
: $t('loginWithSocial', {social: 'Apple'}) }}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="strike">
|
|
||||||
<span>{{ $t('or') }}</span>
|
|
||||||
</div>
|
|
||||||
<div
|
<div
|
||||||
v-if="registering"
|
v-if="registering"
|
||||||
class="form-group"
|
class="form-group"
|
||||||
|
|
|
||||||
|
|
@ -102,31 +102,6 @@
|
||||||
{{ $t('signup') }}
|
{{ $t('signup') }}
|
||||||
</button>
|
</button>
|
||||||
</form>
|
</form>
|
||||||
<div class="strike">
|
|
||||||
<span>{{ $t('or') }}</span>
|
|
||||||
</div>
|
|
||||||
<div class="text-center">
|
|
||||||
<button
|
|
||||||
class="social-button"
|
|
||||||
@click="socialAuth('google')"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="svg-icon social-icon"
|
|
||||||
v-html="icons.googleIcon"
|
|
||||||
></div>
|
|
||||||
<span>{{ $t('signUpWithSocial', {social: 'Google'}) }}</span>
|
|
||||||
</button>
|
|
||||||
<button
|
|
||||||
class="social-button"
|
|
||||||
@click="socialAuth('apple')"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="svg svg-icon social-icon apple-icon color"
|
|
||||||
v-html="icons.appleIcon"
|
|
||||||
></div>
|
|
||||||
<span>{{ $t('signUpWithSocial', {social: 'Apple'}) }}</span>
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
<div
|
<div
|
||||||
|
|
@ -247,40 +222,6 @@
|
||||||
></div>
|
></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
|
||||||
id="level-up-anywhere"
|
|
||||||
class="purple-3"
|
|
||||||
>
|
|
||||||
<div class="container">
|
|
||||||
<div class="row">
|
|
||||||
<div class="col-12 col-md-6 col-lg-6">
|
|
||||||
<div class="iphones"></div>
|
|
||||||
</div>
|
|
||||||
<div class="col-12 col-md-6 col-lg-6 text-column">
|
|
||||||
<h2>{{ $t('levelUpAnywhere') }}</h2>
|
|
||||||
<p>{{ $t('levelUpAnywhereDesc') }}</p>
|
|
||||||
<a
|
|
||||||
class="app svg-icon"
|
|
||||||
href="https://play.google.com/store/apps/details?id=com.habitrpg.android.habitica"
|
|
||||||
target="_blank"
|
|
||||||
v-html="icons.googlePlay"
|
|
||||||
></a>
|
|
||||||
<a
|
|
||||||
class="app svg-icon"
|
|
||||||
href="https://itunes.apple.com/us/app/habitica-gamified-task-manager/id994882113?mt=8"
|
|
||||||
target="_blank"
|
|
||||||
v-html="icons.iosAppStore"
|
|
||||||
></a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="container-fluid">
|
|
||||||
<div
|
|
||||||
class="pixel-horizontal-3 svg-icon"
|
|
||||||
v-html="icons.pixelHorizontal3"
|
|
||||||
></div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div
|
<div
|
||||||
id="call-to-action"
|
id="call-to-action"
|
||||||
class="purple-4"
|
class="purple-4"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue