forked from React-Group/interstellar_ai
Favicons broken | Even with support by Leart
This commit is contained in:
parent
2cac162ad6
commit
ff335f50bc
116 changed files with 684 additions and 30 deletions
|
@ -40,6 +40,10 @@ const Login: React.FC = () => {
|
|||
}
|
||||
};
|
||||
|
||||
const handleLogout = () => {
|
||||
setIsLoggedIn(false);
|
||||
}
|
||||
|
||||
// Function to handle account creation
|
||||
const handleCreateAccount = () => {
|
||||
console.log('New Account Created:', newAccountEmail, newAccountPassword);
|
||||
|
@ -49,6 +53,7 @@ const Login: React.FC = () => {
|
|||
|
||||
// Function to toggle the settings popup
|
||||
const toggleSettingsPopup = () => setShowSettingsPopup(!showSettingsPopup);
|
||||
const isStartedAsLogOut = 'false'
|
||||
|
||||
return (
|
||||
<div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue