Skip to content

Commit 39d647b

Browse files
wixysamcursoragent
andcommitted
Shorten example descriptions for loginWithProvider
Changed from verbose descriptions to simple provider names (Google, Microsoft, Apple) Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent f07aaa6 commit 39d647b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/modules/auth.types.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,19 +201,19 @@ export interface AuthModule {
201201
*
202202
* @example
203203
* ```typescript
204-
* // Login with Google and return to current page
204+
* // Google
205205
* base44.auth.loginWithProvider('google', window.location.pathname);
206206
* ```
207207
*
208208
* @example
209209
* ```typescript
210-
* // Login with Microsoft and redirect to dashboard
210+
* // Microsoft
211211
* base44.auth.loginWithProvider('microsoft', '/dashboard');
212212
* ```
213213
*
214214
* @example
215215
* ```typescript
216-
* // Login with Apple
216+
* // Apple
217217
* base44.auth.loginWithProvider('apple', '/dashboard');
218218
* ```
219219
*/

0 commit comments

Comments
 (0)