mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 13:15:43 +00:00 
			
		
		
		
	chore(backend): bump allauth version (#9714)
* bump allauth * add trust * add device trust handling * fix style * Update api_version.py --------- Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
This commit is contained in:
		| @@ -30,6 +30,7 @@ export enum ApiEndpoints { | ||||
|   auth_recovery = 'auth/v1/account/authenticators/recovery-codes', | ||||
|   auth_mfa_reauthenticate = 'auth/v1/auth/2fa/reauthenticate', | ||||
|   auth_totp = 'auth/v1/account/authenticators/totp', | ||||
|   auth_trust = 'auth/v1/auth/2fa/trust', | ||||
|   auth_reauthenticate = 'auth/v1/auth/reauthenticate', | ||||
|   auth_email = 'auth/v1/account/email', | ||||
|   auth_email_verify = 'auth/v1/auth/email/verify', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user