You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/development/structure.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ Other than the AJAX calls, there are also some calls to fractal-server API done
97
97
98
98
The login is still using the Svelte action approach, in which we have to extract the data from a formData object and then use it to build a JSON payload to be forwarded to fractal-server.
99
99
100
-
Consider the code at `src/lib/server/api/v1/auth_api.js:5`:
100
+
Consider the code at `src/lib/server/api/auth_api.js:5`:
0 commit comments