Skip to content

Commit

Permalink
Fixed basic auth variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamTV12345 committed Apr 27, 2023
1 parent 1ae67ec commit dc0bcac
Show file tree
Hide file tree
Showing 3 changed files with 336 additions and 221 deletions.
4 changes: 2 additions & 2 deletions src/constants/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ pub const OIDC_AUTH:&str = "OIDC_AUTH";
pub const BASIC_AUTH:&str = "BASIC_AUTH";


pub const USERNAME:&str = "username";
pub const PASSWORD:&str = "password";
pub const USERNAME:&str = "USERNAME";
pub const PASSWORD:&str = "PASSWORD";


pub const STANDARD_USER: &str = "user123";
28 changes: 14 additions & 14 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,36 +13,36 @@
"@fontsource/anton": "^4.5.9",
"@fontsource/roboto": "^4.5.8",
"@fortawesome/fontawesome-free": "^6.4.0",
"@reduxjs/toolkit": "^1.9.3",
"axios": "^1.3.4",
"@reduxjs/toolkit": "^1.9.5",
"axios": "^1.3.6",
"chart.js": "^4.2.1",
"i18next": "^22.4.13",
"i18next": "^22.4.15",
"i18next-browser-languagedetector": "^7.0.1",
"javascript-time-ago": "^2.5.9",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.9",
"oidc-client-ts": "^2.2.0",
"react-oidc-context": "^2.2.0",
"react-i18next": "^12.2.0",
"oidc-client-ts": "^2.2.3",
"react-oidc-context": "^2.2.2",
"react-i18next": "^12.2.2",
"react-redux": "^8.0.5",
"react-router-dom": "^6.9.0",
"react-router-dom": "^6.10.0",
"react-waypoint": "^10.3.0",
"redux": "^4.2.1",
"sanitize-html": "^2.10.0",
"notistack": "^3.0.1",
"csstype": "^3.1.2"
},
"devDependencies": {
"@types/react": "^18.0.30",
"@types/react-dom": "^18.0.11",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.1",
"@types/sanitize-html": "^2.9.0",
"@vitejs/plugin-react-swc": "^3.2.0",
"@vitejs/plugin-react-swc": "^3.3.0",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7",
"typescript": "^5.0.2",
"vite": "^4.2.1"
"postcss": "^8.4.23",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.4",
"vite": "^4.3.3"
}
}
Loading

0 comments on commit dc0bcac

Please sign in to comment.