Test complete
This commit is contained in:
parent
d1a6802852
commit
4ba667b4e2
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ import "../styles/login.css"
|
|||
'input[name="access_token"]'
|
||||
) as HTMLInputElement
|
||||
|
||||
token.value = "data.access_token"
|
||||
token.value = data.access_token
|
||||
|
||||
form.submit()
|
||||
} catch (err: any) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue