mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	fix #1553
This commit is contained in:
		
							
								
								
									
										2439
									
								
								public/config.codekit
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										2439
									
								
								public/config.codekit
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@@ -20,7 +20,7 @@
 | 
			
		||||
                                        <option value="0-0">{{.i18n.Tr "admin.users.local"}}</option>
 | 
			
		||||
									    {{$tp := .User.LoginSource}}
 | 
			
		||||
									    {{range $key, $val := .LoginSources}}
 | 
			
		||||
					  					<option value="{{$val.Type}}-{{$val.Id}}"{{if eq $val.Id $tp}} selected{{end}}>{{$val.Name}}</option>
 | 
			
		||||
					  					<option value="{{$val.Type}}-{{$val.ID}}"{{if eq $val.ID $tp}} selected{{end}}>{{$val.Name}}</option>
 | 
			
		||||
					  					{{end}}
 | 
			
		||||
                                    </select>
 | 
			
		||||
                                </div>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user