mirror of
https://github.com/maxgoedjen/secretive.git
synced 2025-04-19 05:52:12 +00:00
Button -> Link
This commit is contained in:
parent
113dd7b824
commit
5601d7eab8
@ -6,11 +6,7 @@ struct NoStoresView: View {
|
|||||||
VStack {
|
VStack {
|
||||||
Text("No Secure Storage Available").bold()
|
Text("No Secure Storage Available").bold()
|
||||||
Text("Your Mac doesn't have a Secure Enclave, and there's not a compatible Smart Card inserted.")
|
Text("Your Mac doesn't have a Secure Enclave, and there's not a compatible Smart Card inserted.")
|
||||||
Button(action: {
|
Link("If you're looking to add one to your Mac, the YubiKey 5 Series are great.", destination: URL(string: "https://www.yubico.com/products/compare-yubikey-5-series/")!)
|
||||||
NSWorkspace.shared.open(URL(string: "https://www.yubico.com/products/compare-yubikey-5-series/")!)
|
|
||||||
}) {
|
|
||||||
Text("If you're looking to add one to your Mac, the YubiKey 5 Series are great.")
|
|
||||||
}
|
|
||||||
}.padding()
|
}.padding()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user