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

@@ -12,7 +12,7 @@
<div v-else>
<label>{{ $t("login_with") }}</label>
<p>
<FirebaseLogin />
<FirebaseLogin @show-email="showEmail = true" />
</p>
</div>
</div>
@@ -50,6 +50,7 @@
</li>
</ul>
</div>
<FirebaseEmail :show="showEmail" @hide-modal="showEmail = false" />
</AppSection>
</template>
@@ -67,6 +68,7 @@ export default {
me: {},
myTeams: [],
fb,
showEmail: false,
}
},
apollo: {