@opexa/portal-components 0.0.999 → 0.0.1000
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.
|
@@ -113,6 +113,7 @@ export function MobileNumberSignIn() {
|
|
|
113
113
|
console.warn('Failed to updated biometric credentials');
|
|
114
114
|
globalStore.signIn.setOpen(!globalStore.signIn.open);
|
|
115
115
|
}
|
|
116
|
+
globalStore.disclaimer.setOpen(true);
|
|
116
117
|
}
|
|
117
118
|
else {
|
|
118
119
|
console.error('Failed to create token');
|