Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mfshao committed Jun 5, 2024
1 parent a24a5ac commit f6af4d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bmh_admin_portal_ui/src/util/oidc.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import axios from 'axios';

import config from '../config.json';


export const isAuthenticated = () => {
const access_token = getAccessToken();
if( access_token ) {
Expand Down

0 comments on commit f6af4d9

Please sign in to comment.