We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f60bea6 commit a65cd8dCopy full SHA for a65cd8d
app/constants/deeplinks.ts
@@ -27,6 +27,7 @@ export enum ACTIONS {
27
SELL = 'sell',
28
SELL_CRYPTO = 'sell-crypto',
29
EMPTY = '',
30
+ OAUTH_REDIRECT = 'oauth-redirect',
31
}
32
33
export const PREFIXES = {
@@ -43,5 +44,6 @@ export const PREFIXES = {
43
44
[ACTIONS.SELL]: '',
45
[ACTIONS.BUY_CRYPTO]: '',
46
[ACTIONS.SELL_CRYPTO]: '',
47
+ [ACTIONS.OAUTH_REDIRECT]: '',
48
METAMASK: 'metamask://',
49
};
0 commit comments