12 lines
335 B
Python
12 lines
335 B
Python
from Events.Engine.abstract_class import PageInfo
|
||
|
||
|
||
authentication_page_info = PageInfo(
|
||
name="Authentication",
|
||
title={"en": "Authentication", "tr": "Kimlik Doğrulama"},
|
||
description={"en": "User&Event Authentication for users", "tr": "Kullanıcı ve Etkinlik Kimlik Doğrulama"},
|
||
icon="",
|
||
parent="",
|
||
url="",
|
||
)
|