Skip to content

Commit cd224cc

Browse files
committed
bug
1 parent c2c0408 commit cd224cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

selfdrive/ui/mici/layouts/settings/developer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ def __init__(self, back_callback: Callable):
1717
super().__init__()
1818
self.set_back_callback(back_callback)
1919

20+
# TODO: bug! callback should dictate success/fail for nested dialogs
2021
def github_username_callback(username: str):
2122
if username:
2223
ssh_keys = SshKeyAction()

0 commit comments

Comments
 (0)