diff --git a/apps/web/src/404.html b/apps/web/src/404.html index 6cf5e363d..54d11495c 100644 --- a/apps/web/src/404.html +++ b/apps/web/src/404.html @@ -42,11 +42,10 @@

- You can return to the web vault, check our - status page or - contact us. + You can return to the web vault, or + contact us.

- + diff --git a/apps/web/src/app/app.component.ts b/apps/web/src/app/app.component.ts index 6c462a73e..4a9aeb936 100644 --- a/apps/web/src/app/app.component.ts +++ b/apps/web/src/app/app.component.ts @@ -169,6 +169,10 @@ export class AppComponent implements OnDestroy, OnInit { break; } case "showToast": + if (typeof message.text === "string" && typeof crypto.subtle === 'undefined') { + message.title="This browser requires HTTPS to use the web vault"; + message.text="Check the Vaultwarden wiki for details on how to enable it"; + } this.showToast(message); break; case "setFullWidth": diff --git a/apps/web/src/app/layouts/footer.component.html b/apps/web/src/app/layouts/footer.component.html index 98836bfd5..a5356be72 100644 --- a/apps/web/src/app/layouts/footer.component.html +++ b/apps/web/src/app/layouts/footer.component.html @@ -1,6 +1,6 @@