forked from mystiq/hydrogen-web
Merge branch 'registration' of github.com:vector-im/hydrogen-web into registration
This commit is contained in:
commit
b59f916824
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ export abstract class BaseRegistrationStage {
|
||||||
* This method should return auth part that must be provided to
|
* This method should return auth part that must be provided to
|
||||||
* /register endpoint to successfully complete this stage
|
* /register endpoint to successfully complete this stage
|
||||||
*/
|
*/
|
||||||
|
/** @internal */
|
||||||
abstract generateAuthenticationData(): AuthenticationData;
|
abstract generateAuthenticationData(): AuthenticationData;
|
||||||
|
|
||||||
setNextStage(stage: BaseRegistrationStage) {
|
setNextStage(stage: BaseRegistrationStage) {
|
||||||
|
|
Loading…
Reference in a new issue