このサイトはJavaScriptを使用しています
ホーム
ヘルプ
サインイン
heuzef
/
lesspass
ミラー元
https://github.com/lesspass/lesspass.git
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
67
Wiki
アクティビティ
ソースを参照
remove ref that does not exist anymore
pull/342/head
Guillaume Vincent
7年前
親
4935944b6b
コミット
44e54d81f7
1個のファイルの変更
、
0行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+0
-1
src/views/PasswordGenerator.vue
+ 0
- 1
src/views/PasswordGenerator.vue
ファイルの表示
@@ -267,7 +267,6 @@
const password = passwords[i];
if (password.site === site && password.login === login) {
this.$store.commit('SET_PASSWORD', {password});
this.$refs.masterPassword.focus();
break;
}
}
書き込み
プレビュー
読み込み中…
キャンセル
保存