Remove the administrator requirement and allow creating new SSB accounts.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3945 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2022-07-31 20:32:48 +00:00
parent 1775fdd6b5
commit fab2c17b43
4 changed files with 26 additions and 10 deletions

View File

@ -43,13 +43,19 @@
</md-app-toolbar>
<md-app class="md-elevation-8">
<md-app-toolbar>
<div>Welcome, <tf-user :id="whoami"></tf-user>
<div>Welcome, <tf-user :id="whoami"></tf-user></div>
<div>
<md-field>
<md-select v-model="whoami" name="whoami" id="whoami" :change="refresh()">
<md-option v-for="identity in identities" v-bind:key="identity" :value="identity">{{identity}}</md-option>
</md-select>
</md-field>
</div>
<div>
<md-button @click="create_identity()">
Create Identity
</md-button>
</div>
</md-app-toolbar>
<md-app-content>
<span v-if="load_time">