You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -172,4 +172,4 @@ To develop with the database:
172
172
- there's no mechanism to roll back migrations yet, so testing multiple times requires deleting all but the `admins` node from the database and rerunning all migrations again
173
173
- Add the class `signed-out` to any elements you want to be visible when the user isn't signed in
174
174
- Add the classes `signed-in` and `hidden` to the elements you want to show when the user is signed in
175
-
- Add the class`signed-in-admin` on top of the regular `signed-in hidden` to the elements you want to show when the user is signed in as an admin
175
+
- Add the classes`signed-in-admin` and `hidden` on top of the regular `signed-in hidden` to the elements you want to show when the user is signed in as an admin
0 commit comments