services updated
This commit is contained in:
13
Events/AllEvents/authentication/auth/info.py
Normal file
13
Events/AllEvents/authentication/auth/info.py
Normal file
@@ -0,0 +1,13 @@
|
||||
from Events.Engine.abstract_class import PageInfo
|
||||
|
||||
|
||||
authentication_page_info = PageInfo(
|
||||
name="Authentication",
|
||||
url="",
|
||||
icon="Authentication",
|
||||
language_models=None,
|
||||
endpoints=None,
|
||||
info=None,
|
||||
instructions=None,
|
||||
sub_components=[],
|
||||
)
|
||||
Reference in New Issue
Block a user