(false);
- const userLoggedIn = decodeFileName(
- localStorage.getItem("userLoggedIn") || ""
- );
+ const userLoggedIn = localStorage.getItem("userLoggedIn") || "";
const changePassword = (event: React.FormEvent) => {
event.preventDefault();
@@ -129,7 +126,8 @@ const ChangePassword = ({
titleIcon={}
>
- This will change your Console password. Please note your new password down, as it will be required to log into Console after this session.
+ This will change your Console password. Please note your new password
+ down, as it will be required to log into Console after this session.