Skip to content

Commit

Permalink
moving onto other work
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorc committed Jul 10, 2023
1 parent 02e9804 commit fd3eba4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/WebUI/ClientAppNuxt/services/authentication.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { IdTokenClaims, User, UserManager } from 'oidc-client-ts';
import { Pinia, storeToRefs } from 'pinia';
import { ApplicationName, ApplicationPaths } from '~~/constants/authentication';
import { useAuth } from '~~/stores/auth';
import { useUserStore } from '~~/stores/user.store';

export type IAuthenticationResult =
SuccessAuthenticationResult |
Expand Down

0 comments on commit fd3eba4

Please sign in to comment.