mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-02-23 18:33:33 +00:00
Merge branch 'dev' into dev-starter
This commit is contained in:
parent
e1989ffd64
commit
5a7392cbd1
@ -64,7 +64,6 @@ export class AuthMockApi
|
||||
.onPost('api/auth/sign-in', 1500)
|
||||
.reply(({request}) =>
|
||||
{
|
||||
console.log('request', request);
|
||||
// Sign in successful
|
||||
if ( request.body.email === 'hughes.brian@company.com' && request.body.password === 'admin' )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user