mirror of
				https://github.com/livebook-dev/livebook.git
				synced 2025-11-04 10:26:08 +08:00 
			
		
		
		
	Prior to this PR the HTML head was being included twice on the password auth page. One from root.html and another from the error page, so we decoupled those.
		
			
				
	
	
		
			3 lines
		
	
	
	
		
			63 B
		
	
	
	
		
			Elixir
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
	
		
			63 B
		
	
	
	
		
			Elixir
		
	
	
	
	
	
defmodule LivebookWeb.AuthView do
 | 
						|
  use LivebookWeb, :view
 | 
						|
end
 |