mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-10-27 01:21:58 -06:00
Implement operator login service and fix static root
This commit is contained in:
@@ -26,6 +26,11 @@ from .github import ( # noqa: F401
|
||||
GitHubTokenStatus,
|
||||
RepoHeadSnapshot,
|
||||
)
|
||||
from .operator import ( # noqa: F401
|
||||
OperatorAccount,
|
||||
OperatorLoginSuccess,
|
||||
OperatorMFAChallenge,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
"AccessTokenClaims",
|
||||
@@ -45,5 +50,8 @@ __all__ = [
|
||||
"GitHubRepoRef",
|
||||
"GitHubTokenStatus",
|
||||
"RepoHeadSnapshot",
|
||||
"OperatorAccount",
|
||||
"OperatorLoginSuccess",
|
||||
"OperatorMFAChallenge",
|
||||
"sanitize_service_context",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user