@insforge/react 0.7.2 → 0.7.4-dev.0
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.
- package/dist/index.cjs +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -288,7 +288,8 @@ var InsforgeManager = class _InsforgeManager {
|
|
|
288
288
|
async signIn(email, password) {
|
|
289
289
|
const sdkResult = await this.sdk.auth.signInWithPassword({
|
|
290
290
|
email,
|
|
291
|
-
password
|
|
291
|
+
password,
|
|
292
|
+
hostedMode: this.config.hostedMode
|
|
292
293
|
});
|
|
293
294
|
if (sdkResult.data) {
|
|
294
295
|
await this.handleAuthSuccess(
|