mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 13:07:09 +00:00
refactor: Update credential logging with transport and ID type
This commit is contained in:
parent
3d9264dae4
commit
2915ba2933
@ -57,8 +57,9 @@ func HandleRegisterFinish(c echo.Context) error {
|
||||
}
|
||||
|
||||
// Log credential details
|
||||
fmt.Printf("Credential ID: %s\n", cred.CredentialID)
|
||||
fmt.Printf("Credential ID: %v\n", cred.CredentialID)
|
||||
fmt.Printf("Credential Type: %s\n", cred.Type)
|
||||
fmt.Printf("Transport: %v\n", cred.Transport)
|
||||
|
||||
return response.TemplEcho(c, register.LoadingVaultView())
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user