mirror of
				https://github.com/photoprism/photoprism.git
				synced 2025-10-31 12:16:39 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			100 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			100 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| package form
 | |
| 
 | |
| type Login struct {
 | |
| 	Email string `json:"email"`
 | |
| 	Password string `json:"password"`
 | |
| }
 | 
