feat: sign in with email

This commit is contained in:
liyasthomas
2021-06-11 05:31:29 +05:30
parent da94a94d71
commit be67986123
11 changed files with 199 additions and 8 deletions

View File

@@ -68,7 +68,7 @@
<div v-else>
<label>{{ $t("login_with") }}</label>
<p>
<FirebaseLogin />
<FirebaseLogin @show-email="showEmail = true" />
</p>
</div>
</div>
@@ -207,6 +207,7 @@
</div>
</div>
</AppSection>
<FirebaseEmail :show="showEmail" @hide-modal="showEmail = false" />
</div>
</template>
@@ -244,6 +245,8 @@ export default Vue.extend({
EXTENSIONS_ENABLED: true,
PROXY_ENABLED: true,
showEmail: false,
}
},
subscriptions() {