Skip to content

Commit 93aae96

Browse files
authored
Restrict CP Access to cpWhitelist (#442)
1 parent 97ff278 commit 93aae96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/containers/Login.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ export default Vue.extend({
220220
fb.auth.signOut();
221221
// eslint-disable-next-line no-alert
222222
alert(
223-
'Sorry, but you do not have access currently.\nPlease sign up below for email updates on when the platform is available and for a chance to test the platform early.'
223+
"Sorry, but you do not have access currently.\nPlease check back April 5 for CoursePlan's public release."
224224
);
225225
},
226226

src/firebaseConfig.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,5 +112,5 @@ export const onboardingDataCollection = db
112112
},
113113
});
114114

115-
export const whitelistCollection = db.collection('betaWhitelist');
115+
export const whitelistCollection = db.collection('cpWhitelist');
116116
export const landingEmailsCollection = db.collection('landingEmails');

0 commit comments

Comments
 (0)