mirror of
https://github.com/bitwarden/web
synced 2025-12-14 15:23:14 +00:00
Updates
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -11378,4 +11378,4 @@ img.logo {
|
|||||||
.cursor-move {
|
.cursor-move {
|
||||||
cursor: move !important; }
|
cursor: move !important; }
|
||||||
|
|
||||||
/*# sourceMappingURL=main.089079aff00aa958d8a0.css.map*/
|
/*# sourceMappingURL=main.80b610ec4df691dd4c94.css.map*/
|
||||||
@@ -1 +1 @@
|
|||||||
{"version":3,"sources":[],"names":[],"mappings":"","file":"app/main.089079aff00aa958d8a0.css","sourceRoot":""}
|
{"version":3,"sources":[],"names":[],"mappings":"","file":"app/main.80b610ec4df691dd4c94.css","sourceRoot":""}
|
||||||
1
app/main.80b610ec4df691dd4c94.js
Normal file
1
app/main.80b610ec4df691dd4c94.js
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -13,4 +13,4 @@ iframe {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0; }
|
padding: 0; }
|
||||||
|
|
||||||
/*# sourceMappingURL=duo.089079aff00aa958d8a0.css.map*/
|
/*# sourceMappingURL=duo.80b610ec4df691dd4c94.css.map*/
|
||||||
@@ -1 +1 @@
|
|||||||
{"version":3,"sources":[],"names":[],"mappings":"","file":"connectors/duo.089079aff00aa958d8a0.css","sourceRoot":""}
|
{"version":3,"sources":[],"names":[],"mappings":"","file":"connectors/duo.80b610ec4df691dd4c94.css","sourceRoot":""}
|
||||||
@@ -5,8 +5,8 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width">
|
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width">
|
||||||
<title>Bitwarden Duo Connector</title>
|
<title>Bitwarden Duo Connector</title>
|
||||||
<link href="connectors/duo.089079aff00aa958d8a0.css" rel="stylesheet"></head>
|
<link href="connectors/duo.80b610ec4df691dd4c94.css" rel="stylesheet"></head>
|
||||||
|
|
||||||
<body><script type="text/javascript" src="connectors/duo.089079aff00aa958d8a0.js"></script></body>
|
<body><script type="text/javascript" src="connectors/duo.80b610ec4df691dd4c94.js"></script></body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
<link rel="icon" type="image/png" sizes="16x16" href="images/icons/favicon-16x16.png">
|
<link rel="icon" type="image/png" sizes="16x16" href="images/icons/favicon-16x16.png">
|
||||||
<link rel="mask-icon" href="images/icons/safari-pinned-tab.svg" color="#3c8dbc">
|
<link rel="mask-icon" href="images/icons/safari-pinned-tab.svg" color="#3c8dbc">
|
||||||
<link rel="manifest" href="manifest.json">
|
<link rel="manifest" href="manifest.json">
|
||||||
<link href="app/main.089079aff00aa958d8a0.css" rel="stylesheet"></head>
|
<link href="app/main.80b610ec4df691dd4c94.css" rel="stylesheet"></head>
|
||||||
|
|
||||||
<body class="layout_frontend">
|
<body class="layout_frontend">
|
||||||
<app-root>
|
<app-root>
|
||||||
@@ -26,6 +26,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</app-root>
|
</app-root>
|
||||||
<script type="text/javascript" src="app/polyfills.089079aff00aa958d8a0.js"></script><script type="text/javascript" src="app/vendor.089079aff00aa958d8a0.js"></script><script type="text/javascript" src="app/main.089079aff00aa958d8a0.js"></script></body>
|
<script type="text/javascript" src="app/polyfills.80b610ec4df691dd4c94.js"></script><script type="text/javascript" src="app/vendor.80b610ec4df691dd4c94.js"></script><script type="text/javascript" src="app/main.80b610ec4df691dd4c94.js"></script></body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -3031,5 +3031,14 @@
|
|||||||
},
|
},
|
||||||
"masterPasswordPolicyRequirementsNotMet": {
|
"masterPasswordPolicyRequirementsNotMet": {
|
||||||
"message": "Your new master password does not meet the policy requirements."
|
"message": "Your new master password does not meet the policy requirements."
|
||||||
|
},
|
||||||
|
"minimumNumberOfWords": {
|
||||||
|
"message": "Minimum Number of Words"
|
||||||
|
},
|
||||||
|
"defaultType": {
|
||||||
|
"message": "Default Type"
|
||||||
|
},
|
||||||
|
"userPreference": {
|
||||||
|
"message": "User Preference"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7,6 +7,6 @@
|
|||||||
<script src="scripts/u2f.js"></script>
|
<script src="scripts/u2f.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body><script type="text/javascript" src="connectors/u2f.089079aff00aa958d8a0.js"></script></body>
|
<body><script type="text/javascript" src="connectors/u2f.80b610ec4df691dd4c94.js"></script></body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user