Fix missing script error.

This commit is contained in:
Relintai 2023-12-24 20:52:26 +01:00
parent 2bb64831f9
commit 1c3c8919b2

View File

@ -1,7 +1,5 @@
extends UserRegisterWebPage
var Allowlist = load("res://user/Allowlist.gd")
var _registration_validator : FormValidator = null
func log_registration_error(uname_val : String, email_val : String, error_str : String) -> void: