mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 20:37:30 +00:00
fix: protect default and zitadel project org from remove (#4875)
This commit is contained in:
@@ -234,7 +234,7 @@ func (m *mockInstance) DefaultLanguage() language.Tag {
|
||||
}
|
||||
|
||||
func (m *mockInstance) DefaultOrganisationID() string {
|
||||
return "orgID"
|
||||
return "defaultOrgID"
|
||||
}
|
||||
|
||||
func (m *mockInstance) RequestedDomain() string {
|
||||
|
Reference in New Issue
Block a user