d70dbe66 by 周伟奇

admin test4

1 parent 57eafe0b
...@@ -60,7 +60,7 @@ class IWALoginView(IWABaseView, GenericView): ...@@ -60,7 +60,7 @@ class IWALoginView(IWABaseView, GenericView):
60 is_admin = request.data.get('state', '') == 'admin' 60 is_admin = request.data.get('state', '') == 'admin'
61 # q_number = self.get_q_number(conf.IWA_URL, code, conf.IWA_REDIRECT_URI, client_id_base64) 61 # q_number = self.get_q_number(conf.IWA_URL, code, conf.IWA_REDIRECT_URI, client_id_base64)
62 62
63 q_number = 'zwq' 63 q_number = 'admin'
64 64
65 if is_admin: 65 if is_admin:
66 66
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!