aboutsummaryrefslogtreecommitdiff
path: root/src/actions/firebaseAuth.js
diff options
context:
space:
mode:
authorMichael Foiani <sotech117@michaels-mbp-3.devices.brown.edu>2019-09-06 12:37:56 -0400
committerMichael Foiani <sotech117@michaels-mbp-3.devices.brown.edu>2019-09-06 12:37:56 -0400
commitb53df2fe464aaa34e60f24cfd08e7220febb19c1 (patch)
tree9cb6f40c0d084ee6089db1691a2bc48416408537 /src/actions/firebaseAuth.js
parent042b59bb791ebd8c514e734989cdf339e921a721 (diff)
Made jordan an admin...
Diffstat (limited to 'src/actions/firebaseAuth.js')
-rw-r--r--src/actions/firebaseAuth.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/actions/firebaseAuth.js b/src/actions/firebaseAuth.js
index b920104..c6170bf 100644
--- a/src/actions/firebaseAuth.js
+++ b/src/actions/firebaseAuth.js
@@ -78,11 +78,11 @@ export const signIn = (_email, _password, divison) => (dispatch) => {
dispatch(snapshotHours())
dispatch(snapshotRegisteredCompetitions());
//Admin controls
- if( user.uid === '4MYYFCFjQtOWxu2kQX7RtvEFzMv2' || //Bridget Denzer
+ if( user.uid === 'sqpKwEvmFVNgVNX9Hn76NmVrfZQ2' || //Jordan Hochman
user.uid === 'sAVjlnSAETaP5VtTKGhfBKHKeQF2' || //Michael Foiani
user.uid === 'W3eN6iycdlYpKYC4lF7qOLr1tEk2' || //Jessica Coombs
user.uid === 'Z0cGfWLHSoU7KWmsTOxwt0wvXti2' || //Britney Cankar
- user.uid === 'oC7PDxr47sYSBENAjwB315zTaGN2' //Jackie
+ user.uid === 'oC7PDxr47sYSBENAjwB315zTaGN2' || //Jackie
) {
dispatch(adminListener());
}