chore : refactoring user service

This commit is contained in:
2024-10-02 10:49:27 +07:00
parent 22d16769ff
commit 78c9818156
7 changed files with 22 additions and 19 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ package model
import "time"
// Soon to be removed
// TODO Refreshtoken
type AuthentikCredentialsDBModel struct {
Id int `gorm:"column:id;primary_key" json:"id"`
ClientID string `json:"clientId"`