@hostlink/nuxt-light 1.54.5 → 1.54.6

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/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "light",
3
3
  "configKey": "light",
4
- "version": "1.54.5",
4
+ "version": "1.54.6",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "3.6.1"
@@ -162,7 +162,7 @@ const forgetPassword = async () => {
162
162
  };
163
163
  const bioLogin = async () => {
164
164
  try {
165
- await api.auth.WebAuthn.login();
165
+ await api.auth.webAuthn.login();
166
166
  window.self.location.reload();
167
167
  } catch (e) {
168
168
  $q.notify({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hostlink/nuxt-light",
3
- "version": "1.54.5",
3
+ "version": "1.54.6",
4
4
  "description": "HostLink Nuxt Light Framework",
5
5
  "repository": {
6
6
  "type": "git",