Newer
Older
CrypticOreWallet / src / store / constants.ts
@Drew Lemmy Drew Lemmy on 10 Sep 2020 358 bytes feat: allow clicking guest indicator to login
// -----------------------------------------------------------------------------
// Wallet Manager
// -----------------------------------------------------------------------------
export const BROWSE_AS_GUEST = "BROWSE_AS_GUEST";
export const OPEN_LOGIN = "OPEN_LOGIN";
export const LOGIN = "LOGIN";
export const SET_MASTER_PASSWORD = "SET_MASTER_PASSWORD";