diff --git a/src/core/gui.coffee b/src/core/gui.coffee index bfed3ca..b41e81c 100644 --- a/src/core/gui.coffee +++ b/src/core/gui.coffee @@ -312,6 +312,8 @@ self.OS.GUI = password: ($ "#txtpass").val() _API.handler.login data, (d) -> if d.error then ($ "#login_error").html d.error else _GUI.startAntOS d.result + ($ "#txtpass").keyup (e) -> + ($ "#btlogin").click() if e.which is 13 , (e, s) -> alert "System fall: Cannot init login screen" diff --git a/src/core/schemes/login.html b/src/core/schemes/login.html index b0a7710..23edcbe 100644 --- a/src/core/schemes/login.html +++ b/src/core/schemes/login.html @@ -71,8 +71,8 @@

Welcome to AntOS, please identify

- - + +
\ No newline at end of file