fix(frontend): ユーザー登録完了時にサインインAPIを別途使用していたのを修正 (#14738)

* fix(frontend): ユーザー登録完了時にサインインAPIを別途使用していたのを修正

* emitされるオブジェクトの型を変更したことに伴う修正

* Update Changelog
This commit is contained in:
かっこかり 2024-10-10 14:05:20 +09:00 committed by GitHub
parent 4a356f1ba7
commit a624546812
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 72 additions and 59 deletions

View file

@ -23,7 +23,7 @@ import { acct } from '@/filters/user.js';
const props = withDefaults(defineProps<{
user: Misskey.entities.User;
withChart: boolean;
withChart?: boolean;
}>(), {
withChart: true,
});