Skip to content

Commit

Permalink
Login update
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMitt committed Oct 16, 2023
1 parent a96d675 commit 31ea427
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 15 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

# Project Name

![InfoSafe](documentation/images/infosafe.png)
![InfoSafe](documentation/images/Infosafe.png)

<hr>

Expand Down
2 changes: 1 addition & 1 deletion frontend/infosafe_frontend/src/components/Login.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import "../styling/Login.css";
import React, {useState} from "react";
import {IoHelpCircle} from "react-icons/io5";
import {HelpPopup} from "./HelpPopup";
import task_help from "../images/task_help.png";
import task_help from "../images/login_help.png";

function Login(){
const[email,setEmail]=useState("")
Expand Down
13 changes: 0 additions & 13 deletions frontend/infosafe_frontend/src/components/Roles/RoleCreation.js
Original file line number Diff line number Diff line change
Expand Up @@ -437,18 +437,6 @@ const RoleCreation = () => {
{
let roleName =document.querySelector('input.roleCreationRoleNameInput');
roleName.value = null;

// for (let i = 0; i < 9; i++)
// {
// if (checkboxState[i])
// {
// for (let j = 0; j < 9; j++)
// {
// handleCheckboxChecked(i, subsystems[j]);
// }
// }
//
// }
}

const submitInfo = () => {
Expand Down Expand Up @@ -716,7 +704,6 @@ const RoleCreation = () => {
}

}
//console.log(roleName, permissionsList)
};

const [helpOpen,setHelpOpen] = useState(false);
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions frontend/infosafe_frontend/src/styling/Login.css
Original file line number Diff line number Diff line change
Expand Up @@ -177,4 +177,5 @@
}
.forgot:hover {
color: #ffffff;
cursor: pointer;
}

0 comments on commit 31ea427

Please sign in to comment.