feat(app): add MFA and tsdocker release
This commit is contained in:
@@ -34,6 +34,8 @@ import * as smarttime from '@push.rocks/smarttime';
|
||||
import * as smartunique from '@push.rocks/smartunique';
|
||||
import * as taskbuffer from '@push.rocks/taskbuffer';
|
||||
import * as argon2 from 'argon2';
|
||||
import * as otplib from 'otplib';
|
||||
import * as simpleWebAuthnServer from '@simplewebauthn/server';
|
||||
|
||||
export {
|
||||
argon2,
|
||||
@@ -51,6 +53,8 @@ export {
|
||||
smarttime,
|
||||
smartunique,
|
||||
taskbuffer,
|
||||
otplib,
|
||||
simpleWebAuthnServer,
|
||||
};
|
||||
|
||||
// @tsclass scope
|
||||
|
||||
Reference in New Issue
Block a user