Skip to content

Commit

Permalink
Status 200 is gone
Browse files Browse the repository at this point in the history
Signed-off-by: Christian König <ckoenig@posteo.de>
  • Loading branch information
yubiuser committed Jan 7, 2024
1 parent ec5a26a commit 79ca42e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion padd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ DeleteSession() {

printf "\n\n"
case "${deleteResponse}" in
"200") moveXOffset; printf "%b" "A session that was not created cannot be deleted (e.g., empty API password).\n";;
"204") moveXOffset; printf "%b" "Session successfully deleted.\n";;
"401") moveXOffset; printf "%b" "Logout attempt without a valid session. Unauthorized!\n";;
esac;
Expand Down

0 comments on commit 79ca42e

Please sign in to comment.