ADD: card component and login behavior

This commit is contained in:
hwinkel
2025-12-16 23:14:40 +01:00
parent 435ad8e6e6
commit f4eb2efb33
16 changed files with 361 additions and 87 deletions

View File

@@ -33,7 +33,7 @@ var getCmd = &cobra.Command{
}
fmt.Printf("ID: %d\nEmail: %s\nName: %s\n",
user.ID, user.Email, user.Name)
user.ID, user.Email, user.Username)
return nil
},
}