mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-05-28 19:49:49 +08:00
fix: typos (#221)
This commit is contained in:
@@ -33,7 +33,7 @@ const apiFetch = async (path, options = {}) => {
|
||||
}
|
||||
if (response.status === 401 && path.startsWith("/admin")) {
|
||||
showAdminAuth.value = true;
|
||||
throw new Error("Unauthorized, you admin password is wrong")
|
||||
throw new Error("Unauthorized, your admin password is wrong")
|
||||
}
|
||||
if (response.status >= 300) {
|
||||
throw new Error(`${response.status} ${response.data}` || "error");
|
||||
|
||||
Reference in New Issue
Block a user