diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2024-06-21 14:47:30 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2024-06-21 14:47:30 -0400 |
commit | a6d860f9f3bd7ce8ed5d42635a730c1ee9714aea (patch) | |
tree | 07d7ec9e22ce055a0d59269a80fe88c7a13c4023 /indra | |
parent | 1c19563a76dd227c80693701fdc2d52d65bbf4f4 (diff) |
login.lua works now, update test_login.lua accordingly.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/scripts/lua/test_login.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/scripts/lua/test_login.lua b/indra/newview/scripts/lua/test_login.lua index 6df52b08c2..a8c31807bc 100644 --- a/indra/newview/scripts/lua/test_login.lua +++ b/indra/newview/scripts/lua/test_login.lua @@ -3,5 +3,5 @@ login = require 'login' startup.wait('STATE_LOGIN_WAIT') login() --- WIP: not working as of 2024-06-11 +-- Fill in valid credentials as they would be entered on the login screen -- login('My Username', 'password') |