Compare commits
	
		
			2 Commits
		
	
	
		
			49ba90a16e
			...
			877b0c56b3
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 877b0c56b3 | |||
| 25cae9b006 | 
@@ -43,9 +43,13 @@ export function BaseAuthenticatedPage(): React.ReactElement {
 | 
			
		||||
    setAnchorEl(null);
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  const signOut = () => {
 | 
			
		||||
  const signOut = async () => {
 | 
			
		||||
    handleCloseMenu();
 | 
			
		||||
    AuthApi.SignOut();
 | 
			
		||||
    try {
 | 
			
		||||
      await AuthApi.SignOut();
 | 
			
		||||
    } catch (e) {
 | 
			
		||||
      console.error(e);
 | 
			
		||||
    }
 | 
			
		||||
    navigate("/");
 | 
			
		||||
    auth.setSignedIn(false);
 | 
			
		||||
  };
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										4
									
								
								geneit_backend/Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										4
									
								
								geneit_backend/Cargo.lock
									
									
									
										generated
									
									
									
								
							@@ -3023,9 +3023,9 @@ dependencies = [
 | 
			
		||||
 | 
			
		||||
[[package]]
 | 
			
		||||
name = "redis"
 | 
			
		||||
version = "0.29.2"
 | 
			
		||||
version = "0.29.5"
 | 
			
		||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
			
		||||
checksum = "b110459d6e323b7cda23980c46c77157601199c9da6241552b284cd565a7a133"
 | 
			
		||||
checksum = "1bc42f3a12fd4408ce64d8efef67048a924e543bd35c6591c0447fda9054695f"
 | 
			
		||||
dependencies = [
 | 
			
		||||
 "arc-swap",
 | 
			
		||||
 "combine",
 | 
			
		||||
 
 | 
			
		||||
@@ -22,7 +22,7 @@ diesel_migrations = "2.2.0"
 | 
			
		||||
serde = { version = "1.0.219", features = ["derive"] }
 | 
			
		||||
serde_json = "1.0.140"
 | 
			
		||||
mailchecker = "6.0.17"
 | 
			
		||||
redis = "0.29.2"
 | 
			
		||||
redis = "0.29.5"
 | 
			
		||||
lettre = "0.11.15"
 | 
			
		||||
rand = "0.9.0"
 | 
			
		||||
bcrypt = "0.17.0"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user