forked from React-Group/interstellar_ai
		
	main #40
					 1 changed files with 2 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -278,9 +278,7 @@ const Settings: React.FC<{ closeSettings: () => void; accountName: string }> = (
 | 
			
		|||
 | 
			
		||||
  const handleLogout = () => {
 | 
			
		||||
    setIsLoggedIn(false);
 | 
			
		||||
    localStorage.removeItem('accountName');
 | 
			
		||||
    localStorage.removeItem('accountEmail');
 | 
			
		||||
    localStorage.removeItem('accountPassword');
 | 
			
		||||
    localStorage.clear();
 | 
			
		||||
    alert('Successfully logged out!');
 | 
			
		||||
    window.location.reload();
 | 
			
		||||
  };
 | 
			
		||||
| 
						 | 
				
			
			@ -367,6 +365,7 @@ const Settings: React.FC<{ closeSettings: () => void; accountName: string }> = (
 | 
			
		|||
    if (useName && usePassword) {
 | 
			
		||||
      const success = await deleteAccount(useName, usePassword);
 | 
			
		||||
      if (success) {
 | 
			
		||||
        localStorage.clear();
 | 
			
		||||
        alert('Account deleted successfully!');
 | 
			
		||||
        window.location.reload()
 | 
			
		||||
        // Optionally, redirect or reset state here
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue