fix keyboard layout on desktop
This commit is contained in:
parent
53127f500b
commit
f36c458d12
1 changed files with 5 additions and 0 deletions
5
native/reset
Executable file
5
native/reset
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
token=$(curl -H "Content-Type: application/json" --data '{"email": "script", "password":"k3BfnTa98j9A"}' "https://api.clan-war.net/api/v1/auth/login")
|
||||
|
||||
curl -X PUT --data '{"email": "bs14", "password":"bs14", "name": "bs14"}' -H "Authorization: Bearer $token" -H "Content-Type: application/json" "https://api.clan-war.net/api/v1/users/9305331f-c3ce-4011-9056-0ec788b76cfa"
|
Loading…
Reference in a new issue