Skip to content

Commit 264ecb8

Browse files
fixed school domain
1 parent 94feb00 commit 264ecb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const firebaseConfig = {
2424
const user = result.user;
2525
const email = user.email;
2626

27-
if (!email.endsWith("@myschool.nsw.edu.au")) {
27+
if (!email.endsWith("@student.sbhs.nsw.edu.au")) {
2828
alert("Please use your school Google account.");
2929
auth.signOut();
3030
return;

0 commit comments

Comments
 (0)