Skip to content
This repository was archived by the owner on Dec 11, 2022. It is now read-only.

Commit 6b8c925

Browse files
committed
Version bump. Updated libraries.
1 parent 6f0228a commit 6b8c925

File tree

5 files changed

+80
-83
lines changed

5 files changed

+80
-83
lines changed

lib/Components/TilmeldChangePassword.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1057,7 +1057,7 @@
10571057

10581058
component.options = options;
10591059
component.root = options.root || component;
1060-
component.store = component.root.options.store;
1060+
component.store = component.root.store || options.store;
10611061
}
10621062

10631063
function assign(target) {

lib/Components/TilmeldLogin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2910,7 +2910,7 @@
29102910

29112911
component.options = options;
29122912
component.root = options.root || component;
2913-
component.store = component.root.options.store;
2913+
component.store = component.root.store || options.store;
29142914
}
29152915

29162916
function assign(target) {

lib/Components/TilmeldRecover.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1258,7 +1258,7 @@
12581258

12591259
component.options = options;
12601260
component.root = options.root || component;
1261-
component.store = component.root.options.store;
1261+
component.store = component.root.store || options.store;
12621262
}
12631263

12641264
function assign(target) {

package-lock.json

Lines changed: 73 additions & 76 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)