open-vault/ui/app/adapters/auth-config/jwt.js
Matthew Irish e4d3d2610c
add an auth-config adapter for jwt so that configs can be saved properly (#5936)
* add an auth-config adapter for jwt so that configs can be saved properly

* unskip some tests and add a test for jwt config

* linting
2018-12-12 16:53:45 -06:00

3 lines
70 B
JavaScript

import AuthConfig from './_base';
export default AuthConfig.extend();