summaryrefslogtreecommitdiffstats
path: root/core/src/services/WebAuthnAuthenticationService.js
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/services/WebAuthnAuthenticationService.js')
-rw-r--r--core/src/services/WebAuthnAuthenticationService.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/services/WebAuthnAuthenticationService.js b/core/src/services/WebAuthnAuthenticationService.js
index 1e33dc78b3b..7773aa7dad1 100644
--- a/core/src/services/WebAuthnAuthenticationService.js
+++ b/core/src/services/WebAuthnAuthenticationService.js
@@ -24,7 +24,7 @@ import Axios from '@nextcloud/axios'
import { generateUrl } from '@nextcloud/router'
/**
- * @param loginName
+ * @param {any} loginName -
*/
export function startAuthentication(loginName) {
const url = generateUrl('/login/webauthn/start')
@@ -34,7 +34,7 @@ export function startAuthentication(loginName) {
}
/**
- * @param data
+ * @param {any} data -
*/
export function finishAuthentication(data) {
const url = generateUrl('/login/webauthn/finish')