update docker

This commit is contained in:
2025-08-05 09:52:56 -05:00
parent 8d4c8f71b0
commit 421862fd96
7 changed files with 13 additions and 9 deletions

View File

@@ -245,7 +245,7 @@ func (n *NKodeAPI) RenewAttributes(customerId models.CustomerID) error {
}
func (n *NKodeAPI) RandomSvgInterface() ([]string, error) {
return n.Db.RandomSvgInterface(entities.KeypadMax)
return n.Db.RandomSvgInterface(entities.KeypadDefault)
}
func (n *NKodeAPI) RefreshToken(userEmail models.UserEmail, customerId models.CustomerID, refreshToken string) (string, error) {