icns-frontend/constants/error-message.ts

10 lines
420 B
TypeScript
Raw Normal View History

2022-12-15 06:02:50 +00:00
export const TWITTER_LOGIN_ERROR = "Twitter login access denied";
export const TWITTER_PROFILE_ERROR = "Twitter auth code is not valid";
2022-12-20 08:17:55 +00:00
export const KEPLR_NOT_FOUND_ERROR = "Can't found window.keplr";
2022-12-15 15:43:18 +00:00
export const KEPLR_VERSION_ERROR = "You should update keplr";
export const KEPLR_NO_ACCOUNT_ERROR = "key doesn't exist";
export const KEPLR_NO_ACCOUNT_MESSAGE =
2022-12-20 09:30:05 +00:00
"Create a wallet account to get started with ICNS!";