fix: backend (#1481)

* fix: check ids in proto

* fix sign out

* improve displayed login name after user selection

* fix init user in login

* fix init password in login

Co-authored-by: fabi <fabienne.gerschwiler@gmail.com>
This commit is contained in:
Livio Amstutz
2021-03-26 16:29:26 +01:00
committed by GitHub
parent 31b542015e
commit c0b37924c8
5 changed files with 27 additions and 19 deletions

View File

@@ -372,7 +372,7 @@ type HumanSignedOutEvent struct {
}
func (e *HumanSignedOutEvent) Data() interface{} {
return nil
return e
}
func (e *HumanSignedOutEvent) UniqueConstraints() []*eventstore.EventUniqueConstraint {