mirror of https://github.com/abpframework/abp.git
2 changed files with 9 additions and 0 deletions
@ -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