auth updated routes tested & password is not yet tested
This commit is contained in:
@@ -11,6 +11,7 @@ class PageInfo:
|
||||
BUTTON_NAME: str
|
||||
PAGE_URL: str
|
||||
PAGEINFO: Dict[str, Any]
|
||||
URL: str = ""
|
||||
|
||||
def __init__(
|
||||
self,
|
||||
@@ -18,13 +19,15 @@ class PageInfo:
|
||||
title: Dict[str, Any],
|
||||
description: Dict[str, Any],
|
||||
icon: str,
|
||||
parent: str
|
||||
parent: str,
|
||||
url: str,
|
||||
):
|
||||
self.NAME = name
|
||||
self.TITLE = title
|
||||
self.DESCRIPTION = description
|
||||
self.ICON = icon
|
||||
self.PARENT = parent
|
||||
self.URL = url
|
||||
|
||||
|
||||
class Event:
|
||||
|
||||
Reference in New Issue
Block a user