create function with auth

This commit is contained in:
u80864958
2025-04-28 13:32:51 +02:00
parent 4429f2670c
commit cc92a11060
10 changed files with 62 additions and 11 deletions

View File

@ -20,10 +20,6 @@ export class CreatePostComponent {
});
constructor() {
effect(() => {
console.log('create', this.post());
});
setTimeout(() => {
this.post.set({ ...this.post(), title: 'adf' });
}, 1000);