Browse Source

modified the login page after the lib be modified

dev
qiancj 9 months ago
parent
commit
24f9fe632c
  1. 3
      frontend/static_pages/login_page.py

3
frontend/static_pages/login_page.py

@ -6,9 +6,8 @@ import requests
import wx
from frontend.components_lib import (
Frame, Panel, LayoutParams, FontSize, InputLabel
Frame, Panel, LayoutParams, FontSize, InputLabel, PhoneVerifyCodeComponent
)
from frontend.components_lib.comp_libs import PhoneVerifyCodeComponent
class LoginBody(Panel):

Loading…
Cancel
Save