Skip to content

Commit

Permalink
chore(core): add some comment
Browse files Browse the repository at this point in the history
add some comment
  • Loading branch information
simeng-li committed Jul 12, 2024
1 parent a7655dc commit f4543dc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ export default class ExperienceInteraction {
}

private async createNewUser(verificationRecord: VerificationRecord) {
// TODO: To be implemented
switch (verificationRecord.type) {
case VerificationType.VerificationCode: {
break;
Expand Down

0 comments on commit f4543dc

Please sign in to comment.