Started adding async calls for upgrading to Meteor 3.0. Numerous other fixes.

This commit is contained in:
2025-07-02 11:18:09 -07:00
parent e1216741d6
commit 2e99ad007c
32 changed files with 549 additions and 373 deletions

View File

@@ -1,4 +1,5 @@
//Look in /libs/startup/both/useraccounts.js for the login/logout/signup routing.
import { AccountsTemplates } from 'meteor/useraccounts:core';
let pri = FlowRouter.group({
triggersEnter: [AccountsTemplates.ensureSignedIn]