totp: rename tfa to totp
This commit is contained in:
		
							
								
								
									
										11
									
								
								passbook/totp/apps.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								passbook/totp/apps.py
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,11 @@ | ||||
| """passbook TOTP AppConfig""" | ||||
|  | ||||
| from django.apps.config import AppConfig | ||||
|  | ||||
|  | ||||
| class PassbookTOTPConfig(AppConfig): | ||||
|     """passbook TOTP AppConfig""" | ||||
|  | ||||
|     name = 'passbook.totp' | ||||
|     label = 'passbook_totp' | ||||
|     mountpoint = 'user/totp/' | ||||
		Reference in New Issue
	
	Block a user
	 Jens Langhammer
					Jens Langhammer