diff --git a/src/plugins/touchid.ts b/src/plugins/touchid.ts index a84a0af69..86d0ccafe 100644 --- a/src/plugins/touchid.ts +++ b/src/plugins/touchid.ts @@ -53,7 +53,7 @@ export class TouchID { * @return {Promise} Returns a Promise that resolves if yes, rejects if no. */ @Cordova() - isAvailable(): Promise { return; } + static isAvailable(): Promise { return; } /** * Show TouchID dialog and wait for a fingerprint scan. If user taps 'Enter Password' button, brings up standard system passcode screen.