sjhoeksma / cordova-plugin-keychain-touch-id

Touch ID plugin with saving password in keychain for IOS and android
87 stars 160 forks source link

Allow to define custom dialog titles using javascript API #15

Open andreyliventsev opened 7 years ago

andreyliventsev commented 7 years ago

I would like to customize and localize dialog messages for .save and .verify methods. So this changes allow to provide second argument as string (as in previous versions) or object with custom titles:

/**

/**

If some properties are not defined then default messages will be using. Fully compatible with previous version

Armanio commented 7 years ago

@andreyliventsev great job!