Account setting on setting page

This commit is contained in:
Liyas Thomas
2020-01-21 22:27:52 +05:30
parent 01a890bce9
commit 40e05a0461
6 changed files with 158 additions and 77 deletions

View File

@@ -846,8 +846,8 @@
<collections />
</pw-section>
</div>
<input id="auth-tab" type="radio" name="side" />
<label for="auth-tab">Auth</label>
<input id="sync-tab" type="radio" name="side" />
<label for="sync-tab">{{ $t("sync") }}</label>
<div class="tab" v-if="fb.currentUser">
<pw-section class="pink" label="Auth" ref="auth">
<inputform />
@@ -2150,7 +2150,7 @@ export default {
icon: "help",
duration: 8000,
action: {
text: "Settings",
text: this.$t("yes"),
onClick: (e, toastObject) => {
this.$router.push({ path: "/settings" });
}