Skip to content

Commit 947b766

Browse files
committed
minor fix
1 parent 94c72b5 commit 947b766

File tree

12 files changed

+12
-9
lines changed

12 files changed

+12
-9
lines changed

packages/aws-amplify/dist/aws-amplify.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16666,7 +16666,8 @@ var AuthClass = /** @class */ (function () {
1666616666
resolve(credentials);
1666716667
}
1666816668
});
16669-
});
16669+
})
16670+
.catch(function () { return resolve(null); });
1667016671
});
1667116672
};
1667216673
return AuthClass;
10 Bytes
Binary file not shown.

packages/aws-amplify/dist/aws-amplify.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
26 Bytes
Binary file not shown.

packages/aws-amplify/dist/aws-amplify.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
7 Bytes
Binary file not shown.

packages/aws-amplify/dist/aws-amplify.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
37 Bytes
Binary file not shown.

packages/aws-amplify/lib/Auth/Auth.js

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/aws-amplify/lib/Auth/Auth.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)