Add weather

This commit is contained in:
2024-09-04 22:59:21 +02:00
parent 043757bffd
commit c55df1e120
10 changed files with 418 additions and 4 deletions

View File

@@ -52,6 +52,7 @@ export default oauthGitHubEventHandler({
location: 'unknown',
private: false,
subscription: 'free',
weatherTab: false,
})
await replaceUserSession(event, {

View File

@@ -53,6 +53,7 @@ export default oauthGoogleEventHandler({
location: 'unknown',
private: false,
subscription: 'free',
weatherTab: false,
})
await replaceUserSession(event, {