mirror of
https://gitlab.silvrtree.co.uk/martind2000/censis-archive.git
synced 2025-01-31 05:00:15 +00:00
11 lines
210 B
JavaScript
11 lines
210 B
JavaScript
|
/**
|
||
|
*
|
||
|
* User: Martin Donnelly
|
||
|
* Date: 2016-03-04
|
||
|
* Time: 14:23
|
||
|
*
|
||
|
*/
|
||
|
import OAuth2PasswordGrant from 'ember-simple-auth/authenticators/oauth2-password-grant';
|
||
|
|
||
|
export default OAuth2PasswordGrant.extend();
|