Login screens: dummy stage shoud not be mandatory
This commit is contained in:
parent
6723a566c2
commit
be95542110
@ -30,7 +30,7 @@ sealed class Stage(open val mandatory: Boolean) {
|
||||
|
||||
// m.login.token
|
||||
|
||||
// m.login.dummy
|
||||
// m.login.dummy, never mandatory by definition
|
||||
object Dummy : Stage(false)
|
||||
|
||||
// Undocumented yet: m.login.terms
|
||||
|
||||
Loading…
Reference in New Issue
Block a user