diff --git a/Guestlist/Components/Pages/Admin.razor b/Guestlist/Components/Pages/Admin.razor index 4c306cc..89e35a4 100644 --- a/Guestlist/Components/Pages/Admin.razor +++ b/Guestlist/Components/Pages/Admin.razor @@ -9,130 +9,138 @@
Change the code guests use to view the list.
+Change the code guests use to view the list.
- + + - @if (!string.IsNullOrWhiteSpace(AccessCodeMessage)) - { -Maintainers can add, edit and delete guests.
+Copy the current database to a timestamped backup database and start setup with a fresh database.
- -Maintainers can add, edit and delete guests.
- - +Loading maintainers...
- } - else if (Maintainers.Count == 0) - { -No maintainers have been created yet.
- } - else - { -Loading maintainers...
+ } + else if (Maintainers.Count == 0) + { +No maintainers have been created yet.
+ } + else + { +Use this after a partial setup if admin access exists but setup is incomplete.
+Use this after a partial setup if admin access exists but setup is incomplete.
- + - @if (!string.IsNullOrWhiteSpace(RecoveryMessage)) - { -Copy the current database to a timestamped backup database and start setup with a fresh database.
- - - - @if (!string.IsNullOrWhiteSpace(Message)) - { -