Добавлен отдельный модуль veesp для синка VPS, баланса, счетов и тарифов через JWT/Basic auth. Co-authored-by: Cursor <[email protected]>
This commit is contained in:
@@ -69,6 +69,13 @@ export function accountCredentialLabels(apiType?: string | null): {
|
||||
loginPlaceholder: '1',
|
||||
}
|
||||
}
|
||||
if (String(apiType).toLowerCase() === 'veesp') {
|
||||
return {
|
||||
loginLabel: 'Email',
|
||||
passwordLabel: 'Пароль',
|
||||
loginPlaceholder: '[email protected]',
|
||||
}
|
||||
}
|
||||
if (isUserApiType(apiType)) {
|
||||
return {
|
||||
loginLabel: '',
|
||||
|
||||
Reference in New Issue
Block a user