forked from trent_larson/crowd-funder-for-time-pwa
more fixes for when there is no identity
This commit is contained in:
@@ -165,6 +165,7 @@
|
||||
|
||||
<router-link
|
||||
:to="{ name: 'seed-backup' }"
|
||||
v-if="activeDid"
|
||||
class="block w-full text-center text-md uppercase bg-slate-500 text-white px-1.5 py-2 rounded-md mb-2"
|
||||
>
|
||||
Backup Identifier Seed
|
||||
@@ -328,7 +329,7 @@
|
||||
:to="{ name: 'identity-switcher' }"
|
||||
class="block w-full text-center text-md uppercase bg-slate-500 text-white px-1.5 py-2 rounded-md mb-2"
|
||||
>
|
||||
Switch Identity / No Identity
|
||||
Switch Identity
|
||||
</router-link>
|
||||
|
||||
<button
|
||||
|
||||
Reference in New Issue
Block a user