Skip to content

Commit

Permalink
refactor: remove registerServiceWorker as it is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
fboulnois committed Feb 12, 2025
1 parent 1dd4154 commit d07534e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 124 deletions.
2 changes: 0 additions & 2 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@ import './styles/bootstrap_replacement.css';
import App from './App';
import {Auth} from './libs/auth/auth';
import {OidcBroker} from './libs/auth/oidcBroker';
import {unregister} from './registerServiceWorker';
import {BrowserRouter} from 'react-router-dom';

const load = async () => {
unregister();
await Auth.initialize();
// The following handles the OIDC post-authentication flow.
// 1. User clicks Sign In button
Expand Down
122 changes: 0 additions & 122 deletions src/registerServiceWorker.js

This file was deleted.

0 comments on commit d07534e

Please sign in to comment.