feat: add oauth button

This commit is contained in:
2026-01-07 17:21:14 +07:00
parent 21a099b77f
commit 28cd3178b9
7 changed files with 70 additions and 3 deletions

View File

@ -1,4 +1,4 @@
interface BackendResponse<T = unknown> {
export interface BackendResponse<T = unknown> {
success: boolean;
message: string;
data?: T;