Added progress bar, progress modal and bubble loader

This commit is contained in:
John Lyon-Smith
2018-05-11 13:51:14 -07:00
parent d087da2ce7
commit dadad6434f
11 changed files with 281 additions and 11 deletions

View File

@@ -15,6 +15,7 @@ export class AuthRoutes {
constructor(container) {
const app = container.app
this.log = container.log
this.mq = container.mq
this.db = container.db
this.maxEmailTokenAgeInHours = config.get("email.maxEmailTokenAgeInHours")