Skip to content

Commit

Permalink
fixed db-keys casing
Browse files Browse the repository at this point in the history
  • Loading branch information
Ebenezer Monney committed Sep 3, 2019
1 parent 65d46d1 commit e92cca2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion QuickApp/ClientApp/src/app/services/auth.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { OAuthService } from 'angular-oauth2-oidc';
import { LocalStoreManager } from './local-store-manager.service';
import { AuthStorage } from './auth-storage';
import { ConfigurationService } from './configuration.service';
import { DBkeys } from './db-Keys';
import { DBkeys } from './db-keys';
import { JwtHelper } from './jwt-helper';
import { Utilities } from './utilities';
import { AccessToken } from '../models/access-token.model';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { Subject } from 'rxjs';
import { AppTranslationService } from './app-translation.service';
import { ThemeManager } from './theme-manager';
import { LocalStoreManager } from './local-store-manager.service';
import { DBkeys } from './db-Keys';
import { DBkeys } from './db-keys';
import { Utilities } from './utilities';
import { environment } from '../../environments/environment';

Expand Down

0 comments on commit e92cca2

Please sign in to comment.