src/eric7/eric7_fido2.py

branch
eric7
changeset 10856
b19cefceca15
parent 10854
30c45bd597e6
child 10859
399d19fc7eb5
equal deleted inserted replaced
10855:9082eb8f6571 10856:b19cefceca15
106 @return reference to the main widget 106 @return reference to the main widget
107 @rtype QWidget 107 @rtype QWidget
108 """ 108 """
109 from eric7.WebBrowser.WebAuth.Fido2ManagementDialog import Fido2ManagementDialog 109 from eric7.WebBrowser.WebAuth.Fido2ManagementDialog import Fido2ManagementDialog
110 110
111 return Fido2ManagementDialog() 111 return Fido2ManagementDialog(standalone=True)
112 112
113 113
114 def main(): 114 def main():
115 """ 115 """
116 Main entry point into the application. 116 Main entry point into the application.

eric ide

mercurial