Converted sample project into an almost working Svelte / Meteor project. Needs to fix the login/logout code, the camera code, and add Chromebook history when the QR Code is scanned.
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
import { Accounts } from 'meteor/accounts-base'
|
||||
|
||||
Accounts.ui.config({
|
||||
passwordSignupFields: 'USERNAME_ONLY'
|
||||
});
|
||||
if(Meteor.isCLient) {
|
||||
Accounts.ui.config({
|
||||
passwordSignupFields: 'USERNAME_ONLY'
|
||||
});
|
||||
}
|
||||
|
||||
Accounts.config({
|
||||
restrictCreationByEmailDomain: function(address) {
|
||||
|
||||
Reference in New Issue
Block a user