Merge branch 'registration' of github.com:vector-im/hydrogen-web into registration

This commit is contained in:
RMidhunSuresh 2022-02-04 17:16:32 +05:30
commit b59f916824

View file

@ -36,6 +36,7 @@ export abstract class BaseRegistrationStage {
* This method should return auth part that must be provided to
* /register endpoint to successfully complete this stage
*/
/** @internal */
abstract generateAuthenticationData(): AuthenticationData;
setNextStage(stage: BaseRegistrationStage) {