Skip to content

Commit 2967648

Browse files
author
Isaac
committed
Update icons
1 parent 8f1c901 commit 2967648

File tree

9 files changed

+49
-4
lines changed

9 files changed

+49
-4
lines changed

submodules/TelegramUI/Components/Settings/PasskeysScreen/Sources/PasskeysScreen.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ final class PasskeysScreenComponent: Component {
204204
}
205205
if let credentialId = decodeBase64(passkey.id) {
206206
do {
207-
try await updater.reportUnknownPublicKeyCredential(relyingPartyIdentifier: "t.me", credentialID: credentialId)
207+
try await updater.reportUnknownPublicKeyCredential(relyingPartyIdentifier: "telegram.org", credentialID: credentialId)
208208
} catch let e {
209209
Logger.shared.log("Passkeys", "reportUnknownPublicKeyCredential error: \(e)")
210210
}

submodules/TelegramUI/Components/Settings/PasskeysScreen/Sources/PasskeysScreenIntroComponent.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,17 +182,17 @@ final class PasskeysScreenIntroComponent: Component {
182182
}
183183
let itemDescs: [ItemDesc] = [
184184
ItemDesc(
185-
icon: "Chat List/Archive/IconArchived",
185+
icon: "Settings/Passkeys/Intro1",
186186
title: "Create a Passkey",
187187
text: "Make a passkey to sign in easily and safely."
188188
),
189189
ItemDesc(
190-
icon: "Chat List/Archive/IconHide",
190+
icon: "Settings/Passkeys/Intro2",
191191
title: "Log in with Face ID",
192192
text: "Use Face ID, Touch ID, or your passcode to sign in."
193193
),
194194
ItemDesc(
195-
icon: "Chat List/Archive/IconStories",
195+
icon: "Settings/Passkeys/Intro3",
196196
title: "Store Passkey Securely",
197197
text: "Your passkey is safely kept in your iCloud Keychain."
198198
)
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"info" : {
3+
"author" : "xcode",
4+
"version" : 1
5+
},
6+
"properties" : {
7+
"provides-namespace" : true
8+
}
9+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"images" : [
3+
{
4+
"filename" : "key.pdf",
5+
"idiom" : "universal"
6+
}
7+
],
8+
"info" : {
9+
"author" : "xcode",
10+
"version" : 1
11+
}
12+
}
Binary file not shown.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"images" : [
3+
{
4+
"filename" : "faceid.pdf",
5+
"idiom" : "universal"
6+
}
7+
],
8+
"info" : {
9+
"author" : "xcode",
10+
"version" : 1
11+
}
12+
}
Binary file not shown.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"images" : [
3+
{
4+
"filename" : "lock.pdf",
5+
"idiom" : "universal"
6+
}
7+
],
8+
"info" : {
9+
"author" : "xcode",
10+
"version" : 1
11+
}
12+
}
Binary file not shown.

0 commit comments

Comments
 (0)