Fixed the name
This commit is contained in:
parent
b9bc80b8a4
commit
e34d766bf5
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -25,7 +25,7 @@ import (
|
|||
)
|
||||
|
||||
var ServiceInformation = library.Service{
|
||||
Name: "Authentication",
|
||||
Name: "eternity",
|
||||
Permissions: library.Permissions{
|
||||
Authenticate: true, // This service does require authentication
|
||||
Database: true, // This service does require database access
|
||||
|
|
Reference in a new issue