mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-23 05:59:28 -06:00
Add note regarding rollback
This commit is contained in:
committed by
A.Unger
parent
f6d3425de8
commit
441e7156f4
@@ -338,6 +338,7 @@ func (s Service) CreateAccount(ctx context.Context, in *proto.CreateAccountReque
|
||||
}
|
||||
}
|
||||
|
||||
// Note: creating the group needs to be the last step. Otherwise rollbackCreateAccount would need to rollback the group as well.
|
||||
group := proto.Group{}
|
||||
err = s.CreateGroup(ctx, &proto.CreateGroupRequest{
|
||||
Group: &proto.Group{
|
||||
|
||||
Reference in New Issue
Block a user