Fixing Else to else line-84

This commit is contained in:
Feruz Oripov
2018-11-10 00:13:49 +05:00
committed by GitHub
parent 373a8a2f68
commit 5e32f3506f

View File

@@ -81,7 +81,7 @@ Authentication token:
token := r.Form.Get("token")
if token! = "" {
// Verification token of legitimacy
} Else {
} else {
// Error token does not exist
}