🚀New lib version v0.13.0 [CI SKIP]

This commit is contained in:
2023-02-02 12:00:17 +00:00
parent f9aa86b553
commit 430dcbba07
4 changed files with 4 additions and 4 deletions

View File

@@ -73,7 +73,7 @@ class RunnerSelfService {
static async runnerSelfServiceControllerRequestNewToken(mail, locale) {
const result = await (0, request_1.request)({
method: 'POST',
path: `/api/runners/forgot`,
path: `/api/runners/login`,
query: {
'mail': mail,
'locale': locale,