fix oauth config

This commit is contained in:
2026-01-18 20:14:49 +09:00
parent 61f7422075
commit f1f6f75f21
5 changed files with 17 additions and 9 deletions

View File

@@ -6,6 +6,7 @@ export interface AppConfig {
network: string
color: string
siteUrl: string
oauth?: boolean
}
export interface Networks {