Skip to content

Commit

Permalink
chore: 🤖 add new authentication error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
heldrida committed Nov 6, 2024
1 parent d03353b commit 7bad30b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -359,5 +359,7 @@
"uploadAssetsFailed": "Failed to upload function assets to Fleek. Check your network connection and try again.",
"assetsNotSupportedInSgx": "Function assets are not supported in SGX environment",
"functionsSite": "The Site ID where the Function will be deployed",
"siteNotFound": "Site not found!"
"siteNotFound": "Site not found!",
"failedAuthentication": "This command failed to authenticate. Have you run 'fleek login' to sign in? If the issue persists contact our support team at https://fleek.xyz/support",
"missingPersonalAccessToken": "Missing a valid personal access token. Visit https://fleek.xyz/docs for detailed instructions and try again, please!"
}

0 comments on commit 7bad30b

Please sign in to comment.