Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(client): fix the logical and login URL path errors for the registry namespace ID - Fix the login URL path errors - Change the original bitwise OR operator "|" to the logical OR operator "or"- This change ensures that SYS_DEFAULT_NAMESPACE_ID is used only when register_namespace_id is None or empty - Previously, the use of the bitwise OR operator may have caused the default value to be used incorrectly when register_namespace_id was 0
- Loading branch information