feat(api): add invalid ip addr error
This commit is contained in:
parent
eae07cab8c
commit
9a0dd45385
4 changed files with 44 additions and 7 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue