*: use dataclass slots wherever applicable (#6005)
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
		| @ -8,7 +8,7 @@ from authentik.core.api.utils import PassiveSerializer | ||||
| from authentik.flows.challenge import Challenge | ||||
|  | ||||
|  | ||||
| @dataclass | ||||
| @dataclass(slots=True) | ||||
| class UILoginButton: | ||||
|     """Dataclass for Source's ui_login_button""" | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Jens L
					Jens L