mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 06:40:31 +00:00
refactor(nestjs): authentication
This commit is contained in:
@@ -11,6 +11,7 @@ import stripePayment from './stripe-payment';
|
||||
import signupConfirmation from './signup-confirmation';
|
||||
import signupRestrictions from './signup-restrictions';
|
||||
import jwt from './jwt';
|
||||
import mail from './mail';
|
||||
|
||||
export const config = [
|
||||
systemDatabase,
|
||||
@@ -26,4 +27,5 @@ export const config = [
|
||||
signupConfirmation,
|
||||
signupRestrictions,
|
||||
jwt,
|
||||
mail
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user