@sprucelabs/spruce-invite-utils 12.0.95 → 12.0.97

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.
@@ -94,7 +94,7 @@ export default class LoginAndConfirmJoinControllerImpl {
94
94
  promptForLogin() {
95
95
  return __awaiter(this, void 0, void 0, function* () {
96
96
  let person;
97
- const loginVc = this.views.Controller('login', {
97
+ const loginVc = this.views.Controller('login-card', {
98
98
  onLogin: (options) => __awaiter(this, void 0, void 0, function* () {
99
99
  var _a;
100
100
  person = options.person;
@@ -84,7 +84,7 @@ class LoginAndConfirmJoinControllerImpl {
84
84
  }
85
85
  async promptForLogin() {
86
86
  let person;
87
- const loginVc = this.views.Controller('login', {
87
+ const loginVc = this.views.Controller('login-card', {
88
88
  onLogin: async (options) => {
89
89
  person = options.person;
90
90
  await this.dialog?.hide();
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sprucelabs/spruce-invite-utils",
3
3
  "description": "Invite Utilities",
4
- "version": "12.0.95",
4
+ "version": "12.0.97",
5
5
  "skill": {
6
6
  "namespace": "invite"
7
7
  },