mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +01:00
mark method as internal
Co-authored-by: Bruno Windels <bruno@windels.cloud>
This commit is contained in:
parent
32af7e6f09
commit
2ac63e78ca
@ -40,6 +40,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 New Issue
Block a user