owncast/web/services
Rafael Passos 17d433749c
fix: registerUser request body is invalid (#4002)
I found two issues:
1. This `options` object is being passed down to fetchData,
 where it is deconstructed by the "data" attribute, not body.
2. the `data` object is being transformed into JSON downstream,
 thus the stringification done here makes for a string json object only

Signed-off-by: auyer <rafael@rcpassos.me>
2024-11-09 14:18:05 -08:00
..
chat-service.mock.ts Create stories for layout testing (#2722) 2023-02-26 16:54:28 -08:00
chat-service.ts fix: registerUser request body is invalid (#4002) 2024-11-09 14:18:05 -08:00
client-config-service.mock.ts Create stories for layout testing (#2722) 2023-02-26 16:54:28 -08:00
client-config-service.ts Create stories for layout testing (#2722) 2023-02-26 16:54:28 -08:00
moderation-service.ts Pass correct id param. Closes #2756 2023-03-01 17:58:32 -08:00
notifications-service.ts Cleanup unused Javascript (#3027) 2023-05-20 21:15:25 -07:00
status-service.mock.ts Prettified Code! 2023-02-27 00:55:16 +00:00
status-service.ts Create stories for layout testing (#2722) 2023-02-26 16:54:28 -08:00
video-settings-service.mock.ts Create stories for layout testing (#2722) 2023-02-26 16:54:28 -08:00
video-settings-service.ts Remove log message 2023-03-13 13:08:58 -07:00
websocket-service.ts Fix websocket reconnection (#3959) 2024-10-22 16:29:46 -07:00