mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-02-16 15:22:12 +03:00
Merge branch 'BlackDex-fix-issue-2570' into main
This commit is contained in:
commit
794483c10d
1 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@
|
||||||
border: var(--bs-alert-border);
|
border: var(--bs-alert-border);
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<script defer="defer" src="{{urlpath}}/vw_static/identicon.js"></script>
|
<script src="{{urlpath}}/vw_static/identicon.js"></script>
|
||||||
<script>
|
<script>
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
|
@ -142,6 +142,6 @@
|
||||||
}
|
}
|
||||||
})();
|
})();
|
||||||
</script>
|
</script>
|
||||||
<script defer="defer" src="{{urlpath}}/vw_static/bootstrap-native.js"></script>
|
<script src="{{urlpath}}/vw_static/bootstrap-native.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Add table
Reference in a new issue