このサイトはJavaScriptを使用しています
ホーム
ヘルプ
サインイン
heuzef
/
lesspass
ミラー元
https://github.com/lesspass/lesspass.git
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
67
Wiki
アクティビティ
ソースを参照
Hide touch id if not enrolled
Fixes
#554
pull/557/head
Guillaume Vincent
4年前
親
b06cfa3c65
コミット
7eaa407685
1個のファイルの変更
、
4行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+4
-1
mobile/src/settings/SettingsScreen.js
+ 4
- 1
mobile/src/settings/SettingsScreen.js
ファイルの表示
@@ -19,7 +19,10 @@ export class SettingsScreen extends Component {
}
componentDidMount() {
TouchID.isSupported()
TouchID
.isSupported({
passcodeFallback: false
})
.then(() => {
this.setState({ fingerprintIsSupported: true });
})
書き込み
プレビュー
読み込み中…
キャンセル
保存