refactor(TouchID):

This commit is contained in:
Guille
2016-07-17 20:22:05 +02:00
parent 70b30a390f
commit 81a0696e70
+3 -1
View File
@@ -1,4 +1,5 @@
import {Plugin, Cordova} from './plugin';
import { Cordova, Plugin } from './plugin';
/**
* @name TouchID
@@ -82,4 +83,5 @@ export class TouchID {
*/
@Cordova()
static verifyFingerprintWithCustomPasswordFallbackAndEnterPasswordLabel(message: string, enterPasswordLabel: string): Promise<any> { return; }
}