Skip to content

Commit

Permalink
Add new line at EOF
Browse files Browse the repository at this point in the history
  • Loading branch information
dulithsenanayake committed Dec 2, 2022
1 parent 023b926 commit 912b045
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions portals/admin/client/src/auth/session.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ export const getSessionParameter = (key: string): string | null => {
return sessionStorage.getItem(key);
};



/**
* End authenticated user session.
*/
Expand Down Expand Up @@ -125,4 +123,4 @@ export const getAccessToken = (): Promise<string> => {
} else {
return Promise.resolve(accessToken);
}
};
};
2 changes: 1 addition & 1 deletion portals/admin/client/src/constants/token.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ export const REQUEST_STATUS = "request_status";
export const ACCESS_TOKEN_EXPIRE_IN = "expires_in";
export const ACCESS_TOKEN_ISSUED_AT = "issued_at";
export const SCOPE = "scope";
export const TOKEN_TYPE = "token_type";
export const TOKEN_TYPE = "token_type";

0 comments on commit 912b045

Please sign in to comment.