remove panic

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens Langhammer
2025-05-16 22:54:56 +02:00
parent 51f4a8d83d
commit 50c50c4109
2 changed files with 24 additions and 8 deletions

View File

@ -10,5 +10,5 @@ func (ip *IdentityPayload) Decode(raw []byte) error {
}
func (ip *IdentityPayload) Encode() ([]byte, error) {
panic("Identity encode")
return []byte{}, nil
}