-
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: system initialization process to adapt to the new login method #6739
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@ruibaby 帮忙删除以前的 Console 初始化页面,并优化一下 resources/setup.html |
a9d2bf2
to
5bfa94d
Compare
@halo-dev/api-client
@halo-dev/components
@halo-dev/richtext-editor
@halo-dev/ui-plugin-bundler-kit
@halo-dev/console-shared
commit: |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6739 +/- ##
============================================
- Coverage 58.00% 57.06% -0.94%
- Complexity 3977 3980 +3
============================================
Files 696 710 +14
Lines 23517 23972 +455
Branches 1567 1569 +2
============================================
+ Hits 13641 13680 +39
- Misses 9255 9680 +425
+ Partials 621 612 -9 ☔ View full report in Codecov by Sentry. |
Signed-off-by: guqing <i@guqing.email>
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
What type of PR is this?
/kind improvement
/area core
/milestone 2.20.x
What this PR does / why we need it:
优化系统初始化流程以适配新的登录流程
Which issue(s) this PR fixes:
Fixes #6722
Fixes #5289
Does this PR introduce a user-facing change?