Reset all

This commit is contained in:
Adria Navarro 2025-03-17 13:06:07 +01:00
parent 41d9614662
commit 7f8f4cff97
1 changed files with 2 additions and 1 deletions

View File

@ -20,12 +20,13 @@
function openModal() {
config = {}
errors = {}
hasBeenSubmitted = false
modal.show()
}
let config: Partial<CreateOAuth2Config> = {}
let errors: Record<string, string> = {}
let hasBeenSubmitted = false
const requiredString = (errorMessage: string) =>