@chrysb/alphaclaw 0.1.13 → 0.1.14
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/lib/public/js/app.js
CHANGED
|
@@ -195,7 +195,7 @@ export const CredentialsModal = ({ visible, onClose, onSaved }) => {
|
|
|
195
195
|
Copy Client ID + Secret (or download credentials JSON)
|
|
196
196
|
</li>
|
|
197
197
|
</ol>
|
|
198
|
-
<p class="mt-3
|
|
198
|
+
<p class="mt-3" style="color: rgba(99, 235, 255, 0.6)">
|
|
199
199
|
⚠️ App will be in "Testing" mode. Only emails added as
|
|
200
200
|
Test Users can sign in (up to 100).
|
|
201
201
|
</p>
|
|
@@ -248,7 +248,7 @@ export const CredentialsModal = ({ visible, onClose, onSaved }) => {
|
|
|
248
248
|
Copy Client ID + Secret (or download credentials JSON)
|
|
249
249
|
</li>
|
|
250
250
|
</ol>
|
|
251
|
-
<p class="mt-3
|
|
251
|
+
<p class="mt-3" style="color: rgba(99, 235, 255, 0.6)">
|
|
252
252
|
✓ Internal apps skip test users and verification. Only
|
|
253
253
|
users in your Workspace org can authorize this Google app.
|
|
254
254
|
</p>
|