fix(plugin-auth): export BasicAuth
This commit is contained in:
parent
11b93ddfa9
commit
985a06a675
@ -1 +1 @@
|
||||
export { default, AuthModel } from './server';
|
||||
export { AuthModel, BasicAuth, default } from './server';
|
||||
|
@ -1,2 +1,4 @@
|
||||
export { default } from './plugin';
|
||||
export { BasicAuth } from './basic-auth';
|
||||
export { AuthModel } from './model/authenticator';
|
||||
|
||||
export { default } from './plugin';
|
||||
|
Loading…
Reference in New Issue
Block a user