Comments, fixes
Some checks are pending
/ test (push) Waiting to run

This commit is contained in:
Melody Becker 2025-04-01 17:24:06 +02:00
parent 4fb0e17b69
commit ef91558600
Signed by: mstar
SSH key fingerprint: SHA256:9VAo09aaVNTWKzPW7Hq2LW+ox9OdwmTSHRoD4mlz1yI
8 changed files with 73 additions and 19 deletions

View file

@ -10,6 +10,8 @@ import (
"git.mstar.dev/mstar/linstrom/storage-new/models"
)
// A fake user struct for implementing the webauthn.User interface
// on top of the storage system
type fakeUser struct {
actualUser *models.User
}