fix keyboard layout on desktop

This commit is contained in:
Johannes Jöns 2024-07-15 09:26:25 +02:00
parent 53127f500b
commit f36c458d12

5
native/reset Executable file
View 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"