17782: Fixes almost all tests (4 left) mostly by fixing namespace-type imports.
[arvados-workbench2.git] / src / store / auth / auth-action-session.ts
index fcb537c1647ddcee3a04e0be5d1a5e9355b05998..2712f136113e4c9ad3b6a2c880c91d4ec7d4dff1 100644 (file)
@@ -18,7 +18,7 @@ import { Session, SessionStatus } from "models/session";
 import { progressIndicatorActions } from "store/progress-indicator/progress-indicator-actions";
 import { AuthService } from "services/auth-service/auth-service";
 import { snackbarActions, SnackbarKind } from "store/snackbar/snackbar-actions";
-import * as jsSHA from "jssha";
+import jsSHA from "jssha";
 
 const getClusterConfig = async (origin: string, apiClient: AxiosInstance): Promise<Config | null> => {
     let configFromDD: Config | undefined;