Skip to content

Commit 3f88f90

Browse files
authored
Remove global instance of FirebaseAuthService
Removed unused global instance of FirebaseAuthService.
1 parent e184110 commit 3f88f90

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

app/auth/firebase_auth.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,3 @@ async def refresh_access_token(self, refresh_token: str) -> Optional[str]:
152152
except Exception as e:
153153
print(f"Token refresh failed: {e}")
154154
return None
155-
156-
157-
# Global instance
158-
firebase_auth = FirebaseAuthService()

0 commit comments

Comments
 (0)