fix: login/register storage type

This commit is contained in:
shinya
2025-07-28 10:49:39 +08:00
parent 05dc573ac6
commit 935cf35dc2
2 changed files with 2 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ const STORAGE_TYPE =
| 'localstorage'
| 'redis'
| 'd1'
| 'upstash'
| undefined) || 'localstorage';
// 生成签名

View File

@@ -12,6 +12,7 @@ const STORAGE_TYPE =
| 'localstorage'
| 'redis'
| 'd1'
| 'upstash'
| undefined) || 'localstorage';
// 生成签名