mirror of
				https://github.com/mastodon/mastodon.git
				synced 2025-10-31 13:18:18 +00:00 
			
		
		
		
	 c707ef49d9
			
		
	
	
		c707ef49d9
		
			
		
	
	
	
	
		
			
			* Fix 2FA challenge not appearing for non-database users Fix #11685 * Fix account deletion not working when using external login Fix #11691
		
			
				
	
	
		
			8 lines
		
	
	
		
			133 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			133 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
| # frozen_string_literal: true
 | |
| 
 | |
| class Form::DeleteConfirmation
 | |
|   include ActiveModel::Model
 | |
| 
 | |
|   attr_accessor :password, :username
 | |
| end
 |