Auth: Convert SetDefaultOrgHook to PostLoginHook (#85649)

* Convert SetDefaultOrgHook to PostLoginHook
This commit is contained in:
Misi
2024-04-05 16:03:51 +02:00
committed by GitHub
parent 734d0111cb
commit 8796d2d307
4 changed files with 22 additions and 21 deletions

View File

@@ -112,7 +112,7 @@ func (a *AnonDeviceService) untagDevice(ctx context.Context,
errD := a.anonStore.DeleteDevice(ctx, deviceID)
if errD != nil {
a.log.Debug("Failed to untag device", "error", err)
a.log.Debug("Failed to untag device", "error", errD)
}
}