diff --git a/src/App/Pages/Lock/LockFingerprintPage.cs b/src/App/Pages/Lock/LockFingerprintPage.cs
index 15dfb1754..dbe57b7b0 100644
--- a/src/App/Pages/Lock/LockFingerprintPage.cs
+++ b/src/App/Pages/Lock/LockFingerprintPage.cs
@@ -89,7 +89,8 @@ namespace Bit.App.Pages
}
_lastAction = DateTime.UtcNow;
- var fingerprintRequest = new AuthenticationRequestConfiguration(AppResources.FingerprintDirection)
+ var fingerprintRequest = new AuthenticationRequestConfiguration(
+ _deviceInfoService.HasFaceIdSupport ? AppResources.FaceIDDirection : AppResources.FingerprintDirection)
{
AllowAlternativeAuthentication = true,
CancelTitle = AppResources.Cancel,
diff --git a/src/iOS.Extension/Resources/smile.png b/src/iOS.Extension/Resources/smile.png
new file mode 100644
index 000000000..25f2f45b1
Binary files /dev/null and b/src/iOS.Extension/Resources/smile.png differ
diff --git a/src/iOS.Extension/Resources/smile@2x.png b/src/iOS.Extension/Resources/smile@2x.png
new file mode 100644
index 000000000..71dd21e35
Binary files /dev/null and b/src/iOS.Extension/Resources/smile@2x.png differ
diff --git a/src/iOS.Extension/Resources/smile@3x.png b/src/iOS.Extension/Resources/smile@3x.png
new file mode 100644
index 000000000..6e7189e69
Binary files /dev/null and b/src/iOS.Extension/Resources/smile@3x.png differ
diff --git a/src/iOS.Extension/iOS.Extension.csproj b/src/iOS.Extension/iOS.Extension.csproj
index 29c0a62f9..ce420abe9 100644
--- a/src/iOS.Extension/iOS.Extension.csproj
+++ b/src/iOS.Extension/iOS.Extension.csproj
@@ -371,6 +371,9 @@
+
+
+
diff --git a/src/iOS/iOS.csproj b/src/iOS/iOS.csproj
index 4e5888be9..b78aee041 100644
--- a/src/iOS/iOS.csproj
+++ b/src/iOS/iOS.csproj
@@ -844,6 +844,15 @@
+
+
+
+
+
+
+
+
+