Skip to content
This repository was archived by the owner on Oct 21, 2024. It is now read-only.

Commit c5ffb3c

Browse files
author
kahverengi
committed
Fix forgotten closed register
1 parent f2e3362 commit c5ffb3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/parnote/route/api/RegisterAPI.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ class RegisterAPI : Api() {
179179
return
180180
}
181181

182-
// successHandler.invoke()
182+
successHandler.invoke()
183183
}
184184

185185
private fun validateFormHandler(

0 commit comments

Comments
 (0)