Add 2FA icons to settings pages
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			This commit is contained in:
		@@ -80,7 +80,8 @@
 | 
			
		||||
                <input type="checkbox" class="form-check-input two-fact-checkbox"
 | 
			
		||||
                       value="{{ f.id.0 }}"
 | 
			
		||||
                       checked=""/>
 | 
			
		||||
                {{ f.name }} ({{ f.type_str() }})
 | 
			
		||||
                {{ f.name }} (<img src="{{ f.type_image() }}" alt="Factor icon" style="height:1em;" />
 | 
			
		||||
                {{ f.type_str() }})
 | 
			
		||||
            </label>
 | 
			
		||||
        </div>
 | 
			
		||||
        {% endfor %}
 | 
			
		||||
 
 | 
			
		||||
@@ -26,7 +26,7 @@
 | 
			
		||||
    <tbody>
 | 
			
		||||
    {% for f in user.two_factor %}
 | 
			
		||||
    <tr id="factor-{{ f.id.0 }}">
 | 
			
		||||
        <td>{{ f.type_str() }}</td>
 | 
			
		||||
        <td><img src="{{ f.type_image() }}" alt="Factor icon" style="height: 1.5em; margin-right: 0.5em;" />{{ f.type_str() }}</td>
 | 
			
		||||
        <td>{{ f.name }}</td>
 | 
			
		||||
        <td><a href="javascript:delete_factor('{{ f.id.0 }}');">Delete</a></td>
 | 
			
		||||
    </tr>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user