Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens Langhammer 2023-12-21 19:49:38 +01:00
parent 5db3c76570
commit 245737b683
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ class MobileDeviceInfoSerializer(PassiveSerializer):
class MobileDeviceSerializer(DeviceSerializer):
"""Serializer for Mobile authenticator devices"""
last_checkin = MobileDeviceInfoSerializer(read_only=True)
state = MobileDeviceInfoSerializer(read_only=True)
class Meta:
model = MobileDevice