aboutsummaryrefslogtreecommitdiff
path: root/internal/ui/api_key_create.go (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-03-03Delay call of `view.New` after logging the user inGravatar jvoisin 1-3/+2
There is no need to do extra work like creating a session and its associated view until the user has been properly identified and as many possibly-failing sql request have been successfully run.
2023-08-10Move internal packages to an internal folderGravatar Frédéric Guillot 1-0/+33
For reference: https://go.dev/doc/go1.4#internalpackages