@intra-mart/smartlime 1.4.1 → 1.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -10,7 +10,7 @@ import * as WebBrowser from 'expo-web-browser';
|
|
|
10
10
|
WebBrowser.maybeCompleteAuthSession();
|
|
11
11
|
const SUCCESS = 'success';
|
|
12
12
|
const EXCEPTION = 'exception';
|
|
13
|
-
const DEFAULT_STORAGE_KEY = '
|
|
13
|
+
const DEFAULT_STORAGE_KEY = '_example_IMAuthKey';
|
|
14
14
|
const DEFAULT_REMAINING_TIME_TO_RUN_REFRESH = 360000;
|
|
15
15
|
export const IMPrompt = {
|
|
16
16
|
Login: Prompt.Login,
|