Fix unauthenticated redirects

This commit is contained in:
Robert Long
2021-11-19 10:47:40 -08:00
parent e438d85018
commit 7610226975
4 changed files with 32 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ limitations under the License.
import React from "react";
import {
HashRouter as Router,
BrowserRouter as Router,
Switch,
Route,
Redirect,