Add registration flow and improve admin post management
This commit is contained in:
@@ -5,6 +5,7 @@ export type Post = {
|
||||
markdown: string;
|
||||
cover?: string;
|
||||
tags?: string[];
|
||||
signal?: string;
|
||||
author: string;
|
||||
createdAt: string;
|
||||
updatedAt: string;
|
||||
|
||||
Reference in New Issue
Block a user