Files
lmvpn_client/internal/ui/touchid_other.go
T

8 lines
166 B
Go

//go:build !darwin
package ui
// setTouchIDPromptFromI18n is a no-op on non-darwin platforms where
// Touch ID is not available.
func setTouchIDPromptFromI18n() {}