aboutsummaryrefslogtreecommitdiff
path: root/auth
diff options
context:
space:
mode:
Diffstat (limited to 'auth')
-rw-r--r--auth/config/gelbooru.zsh11
-rw-r--r--auth/gelbooru.zsh8
2 files changed, 0 insertions, 19 deletions
diff --git a/auth/config/gelbooru.zsh b/auth/config/gelbooru.zsh
deleted file mode 100644
index 6637c67..0000000
--- a/auth/config/gelbooru.zsh
+++ /dev/null
@@ -1,11 +0,0 @@
-# Copyright (C) 2024-2026 Maria Lisina
-# Copyright (C) 2024-2026 Danil Lisin
-# SPDX-License-Identifier: Apache-2.0
-
-ib_auth=0
-ib_raw=0
-ib_config="gelbooru"
-ib_login_file="user_id"
-ib_key_file="api_key"
-ib_login_word="user ID"
-ib_key_word="API key"
diff --git a/auth/gelbooru.zsh b/auth/gelbooru.zsh
deleted file mode 100644
index d4d6f73..0000000
--- a/auth/gelbooru.zsh
+++ /dev/null
@@ -1,8 +0,0 @@
-# Copyright (C) 2024-2026 Maria Lisina
-# Copyright (C) 2024-2026 Danil Lisin
-# SPDX-License-Identifier: Apache-2.0
-
-output_text="Authorization cannot be verified, make sure you provided correct credentials"
-
-printf "%s\n" "${ib_login}" > "${login_file}"
-printf "%s\n" "${ib_key}" > "${key_file}"