sync - 0.12.3 #127

Manually merged
philipp merged 122 commits from dev into main 2021-04-08 17:28:32 +00:00
Showing only changes of commit 5d5f7c7f5c - Show all commits

View File

@ -3,6 +3,7 @@
import { _ } from "svelte-i18n";
import Toastify from "toastify-js";
import "toastify-js/src/toastify.css";
import PasswordStrength from "../auth/PasswordStrength.svelte";
let state = "reset_in_progress";
let password = "";
export let params;
@ -102,6 +103,7 @@
placeholder={$_('new-password')}
bind:value={password} />
</div>
<PasswordStrength bind:password_change={password} />
</div>
<div class="mt-5">