Browse Source

Spelling mistake fixed.

pull/95/head
Sebastian Stehle 8 years ago
parent
commit
2f9d7225b3
  1. 2
      src/Squidex/app/shared/services/auth.service.ts

2
src/Squidex/app/shared/services/auth.service.ts

@ -166,7 +166,7 @@ export class AuthService {
.filter(e => e instanceof TimeoutError)
.delay(500)
.take(5)
.concat(Observable.throw(new Error('Retry limit exceeeded.'))));
.concat(Observable.throw(new Error('Retry limit exceeded.'))));
}
private createProfile(user: User) {

Loading…
Cancel
Save