mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2025-04-29 00:10:31 +05:30
Remove debug code.
This commit is contained in:
parent
f3ffe6f1e4
commit
ca32adb6a3
@ -43,8 +43,6 @@ curl ${CURLOPTS[@]} $HOST/nextpage/comments/BtN-goy9VOY -G --data-urlencode "nex
|
|||||||
USER=admin
|
USER=admin
|
||||||
PASS=$(openssl rand -base64 12)
|
PASS=$(openssl rand -base64 12)
|
||||||
|
|
||||||
echo $USER
|
|
||||||
|
|
||||||
AUTH_REQ=$(jq -n --compact-output --arg username "$USER" --arg password "$PASS" '{"username": $username, "password": $password}')
|
AUTH_REQ=$(jq -n --compact-output --arg username "$USER" --arg password "$PASS" '{"username": $username, "password": $password}')
|
||||||
|
|
||||||
# Register Account
|
# Register Account
|
||||||
|
Loading…
x
Reference in New Issue
Block a user