feat(api): add invalid ip addr error

This commit is contained in:
simon lehericey 2024-01-17 21:53:04 +01:00
parent eae07cab8c
commit 9a0dd45385
4 changed files with 44 additions and 7 deletions

View file

@ -17,6 +17,10 @@ export class ApiTokenSecuriteController extends ApplicationController {
declare readonly customLifetimeInputTarget: HTMLInputElement;
declare readonly networksTarget: HTMLInputElement;
connect() {
this.setContinueButtonState();
}
showNetworkFiltering() {
this.networkFilteringTarget.classList.remove('hidden');
this.setContinueButtonState();