create-sailor 1.8.2 → 1.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -138,7 +138,7 @@ Adding `--social-login=wechat,dingtalk` extends your primary auth provider
138
138
 
139
139
  The primary auth provider still owns user/session lifecycle — the generated
140
140
  callbacks exchange `code` for provider access tokens and leave a
141
- `// TODO: upsert into primary auth` marker for the user to wire up.
141
+ intentional SAMPLE marker for primary-auth upsert for the user to wire up.
142
142
 
143
143
  ## After Scaffolding
144
144