mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
refactor: Update credential logging with transport and ID type
This commit is contained in:
@@ -57,8 +57,9 @@ func HandleRegisterFinish(c echo.Context) error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Log credential details
|
// 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("Credential Type: %s\n", cred.Type)
|
||||||
|
fmt.Printf("Transport: %v\n", cred.Transport)
|
||||||
|
|
||||||
return response.TemplEcho(c, register.LoadingVaultView())
|
return response.TemplEcho(c, register.LoadingVaultView())
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user