Skip to content

Commit

Permalink
🐛 FIX: Account options
Browse files Browse the repository at this point in the history
  • Loading branch information
austinginder committed Nov 11, 2024
1 parent 30234cb commit 774a03a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/core.php
Original file line number Diff line number Diff line change
Expand Up @@ -6709,6 +6709,7 @@ class="mt-5"
</v-dialog>
<v-btn class="mx-1" outlined color="error" @click="deleteDomain()">Delete Domain</v-btn>
</v-container>
</v-container>
<v-container v-if="route == 'accounts' && role == 'administrator' && ! loading_page && dialog_account.step == 2" class="mt-5">
<v-subheader>Administrator Options</v-subheader>
<v-container>
Expand All @@ -6725,7 +6726,6 @@ class="mt-5"
<v-icon small>mdi-delete</v-icon> Delete Account
</v-btn>
</v-container>
</v-container>
</v-container>
</v-container>
<v-container v-show="loading_page">
Expand Down

0 comments on commit 774a03a

Please sign in to comment.