mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-04 14:27:23 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			342 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			342 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<head>
 | 
						|
  <title>Authentication complete</title>
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
  <p>Authentication is complete. If this does not happen automatically, please
 | 
						|
  close the window.
 | 
						|
  <script>
 | 
						|
    window.opener.postMessage({
 | 
						|
      'flutter-web-auth-2': window.location.href
 | 
						|
    }, window.location.origin);
 | 
						|
    window.close();
 | 
						|
  </script>
 | 
						|
</body>
 |