You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 19, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: src/popup/popup.js
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,13 @@ var display = {
44
44
nodes.push(m("div.info","No token available"));
45
45
}
46
46
47
+
nodes.push(
48
+
m(
49
+
"div.notice",
50
+
"From Browserpass v3.7.0, OTP functionality will move into the main Browserpass extension. It's disabled by default; enable it via the Browserpass options screen."
0 commit comments