1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 07:39:43 +02:00
This commit is contained in:
sauls8t 2019-08-15 17:15:39 +01:00
parent 32dbab826d
commit 4f248bf018
5 changed files with 15 additions and 19 deletions

View file

@ -10,10 +10,8 @@
// https://documize.com
import { isPresent } from '@ember/utils';
import { reject, resolve } from 'rsvp';
import { inject as service } from '@ember/service';
import Base from 'ember-simple-auth/authenticators/base';
import netUtil from "../utils/net";