Remove the old identity management. Update project tasks

This commit is contained in:
Matthew Raymer
2023-07-13 18:13:41 +08:00
parent 0907d59a6a
commit b9fdc920ea
2 changed files with 2 additions and 18 deletions

View File

@@ -258,20 +258,6 @@
</button>
</div>
<div v-if="numAccounts > 0" class="flex py-2">
Switch Identifier
<span>
<button class="text-blue-500 px-2" @click="switchAccount(0)">
None
</button>
</span>
<span v-for="accountNum in numAccounts" :key="accountNum">
<button class="text-blue-500 px-2" @click="switchAccount(accountNum)">
#{{ accountNum }}
</button>
</span>
</div>
<div>
<button class="text-blue-500">
<router-link