mirror of
https://github.com/langgenius/dify.git
synced 2026-02-25 10:45:21 +00:00
Updated the account and registration services to use a synchronous method for joining the default workspace during account creation. This change simplifies the implementation by removing the asynchronous wrapper and related executor, while ensuring that the registration process remains efficient. Adjusted unit tests to reflect the updated method usage.