mirror of
				https://github.com/yuezk/GlobalProtect-openconnect.git
				synced 2025-05-20 07:26:58 -04:00 
			
		
		
		
	refactor: update the error message
This commit is contained in:
		| @@ -58,7 +58,7 @@ export const loginPortalAtom = atom( | ||||
|     } | ||||
|  | ||||
|     if (userAuthCookie === "empty" || prelogonUserAuthCookie === "empty") { | ||||
|       throw new Error("Failed to login, please try again"); | ||||
|       throw new Error("Got empty user auth cookie"); | ||||
|     } | ||||
|  | ||||
|     // Here, we have got the portal config successfully, refresh the cached portal data | ||||
|   | ||||
		Reference in New Issue
	
	Block a user