diff --git a/superpowers/plans/2026-06-07-multi-login-social-login-plan.md b/superpowers/plans/2026-06-07-multi-login-social-login-plan.md index ffc958a..16d09af 100644 --- a/superpowers/plans/2026-06-07-multi-login-social-login-plan.md +++ b/superpowers/plans/2026-06-07-multi-login-social-login-plan.md @@ -1409,9 +1409,9 @@ git commit -m "feat(oauth2): 注册新的登录方式到认证服务器 **Files:** - Modify: `docs/backend/config-templates/nacos/rui-service-auth.yaml`(或对应配置文件) -- [ ] **Step 1: 添加社交登录配置** +- [x] **Step 1: 添加社交登录配置** -在配置文件中添加: +> **实际执行说明 (2026-06-07)**:plan 写的是 `rui-service-auth.yaml`,实际 Nacos 配置名为 `rui-auth.yaml`。配置内容按 plan 执行。 ```yaml social: @@ -1424,7 +1424,7 @@ social: public-key: ${ALIPAY_PUBLIC_KEY:} ``` -- [ ] **Step 2: Commit** +- [x] **Step 2: Commit** ```bash git add docs/backend/config-templates/nacos/rui-service-auth.yaml