mirror of https://github.com/abpframework/abp
parent
6938753783
commit
920e2bc4a2
@ -0,0 +1,8 @@
|
||||
import { Options } from '../models/options';
|
||||
|
||||
export function accountOptionsFactory(options: Options) {
|
||||
return {
|
||||
redirectUrl: '/',
|
||||
...options,
|
||||
};
|
||||
}
|
@ -0,0 +1 @@
|
||||
export * from './factory-utils';
|
Loading…
Reference in new issue