Merge pull request #1046 from FeruzOripov/patch-7
Fixing Else to else line-84
This commit is contained in:
@@ -81,7 +81,7 @@ Authentication token:
|
||||
token := r.Form.Get("token")
|
||||
if token! = "" {
|
||||
// Verification token of legitimacy
|
||||
} Else {
|
||||
} else {
|
||||
// Error token does not exist
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user