Skip to content
Snippets Groups Projects
Commit e502d9e2 authored by ale's avatar ale
Browse files

Actually set the u2f AppID from config

parent d0ca4be4
No related branches found
No related tags found
No related merge requests found
......@@ -91,6 +91,7 @@ func newLoginHandler(okHandler loginCallbackFunc, devMgr *device.Manager, authCl
return &loginHandler{
authClient: authClient,
authService: authService,
u2fAppID: u2fAppID,
devMgr: devMgr,
loginCallback: okHandler,
loginSessionStore: store,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment