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
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,5 +119,8 @@ To initialise the auctions:
119
119
- With the device you used to create your admin account, head to your website and navigate to the admin page by clicking the `Admin` button in the top right.
120
120
- Open the developer console (F12) and enter `resetAll()` into the console.
121
121
- This will revert the entire auction to the initial state specified in `js/firebase.js` (as long as you are admin), be careful with this one!
122
-
- You can also reset individual items using the `resetItem(i)` function.
123
-
- You can also use this `Admin` page to monitor the status of your auction.
122
+
123
+
While on this `Admin` page you can also:
124
+
- Monitor the status of your auction.
125
+
- Reset individual items using the `resetItem(i)` function.
126
+
- Reset all user's admin status using `resetUsers()` (excluding the current user).
0 commit comments