Adding a Change Password option.

This commit is contained in:
Scott Idem
2025-04-11 13:04:03 -04:00
parent deef453580
commit bb84b4bbb4
3 changed files with 82 additions and 2 deletions

View File

@@ -204,7 +204,7 @@ async function change_journal_id() {
console.error('Error updating journal entry:', error);
alert('Failed to update journal entry.');
}
$journals_slct.journal_id = tmp_entry_obj?.journal_id;
goto(`/journals/${tmp_entry_obj?.journal_id}`);
}
</script>
@@ -674,6 +674,7 @@ async function change_journal_id() {
class="
flex-grow
flex flex-col items-center justify-center
w-full max-w-6xl
"
>