Skip to content

Commit

Permalink
feat(authentication-jwt) fixes import bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
HrithikMittal committed Jun 24, 2020
1 parent 32bd81f commit cd08f68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ import {
UserService
} from '@loopback/authentication';
import {inject} from '@loopback/core';
import {model, property} from '@loopback/repository';
import {get, post, requestBody} from '@loopback/rest';
import {SecurityBindings, securityId, UserProfile} from '@loopback/security';
import {genSalt, hash} from 'bcryptjs';
import {TokenServiceBindings, User, UserServiceBindings} from '../../../';
import {model, property} from '../../../../../../packages/repository/src';
import {UserRepository} from '../../../repositories';
import {Credentials} from '../../../services/user.service';

Expand Down

0 comments on commit cd08f68

Please sign in to comment.