refactor(TouchID):

This commit is contained in:
Guille 2016-07-17 20:22:05 +02:00
parent 70b30a390f
commit 81a0696e70

View File

@ -1,4 +1,5 @@
import {Plugin, Cordova} from './plugin'; import { Cordova, Plugin } from './plugin';
/** /**
* @name TouchID * @name TouchID
@ -82,4 +83,5 @@ export class TouchID {
*/ */
@Cordova() @Cordova()
static verifyFingerprintWithCustomPasswordFallbackAndEnterPasswordLabel(message: string, enterPasswordLabel: string): Promise<any> { return; } static verifyFingerprintWithCustomPasswordFallbackAndEnterPasswordLabel(message: string, enterPasswordLabel: string): Promise<any> { return; }
} }