File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 390
390
set attribute `title` of User to `Login`
391
391
gosub to SetStatusRed
392
392
set the content of Status to `Not logged in`
393
- put empty into storage as `email`
394
- put empty into storage as `password`
393
+ put empty into storage as `user. email`
394
+ put empty into storage as `user. password`
395
395
go to ResetStatus
396
396
end
397
397
else send `login` to UserModule
445
445
put property `home` of UserRecord into UserHome
446
446
put UserHome cat `/` cat property `id` of UserRecord into UserHome
447
447
put property `email` of UserRecord into UserEmail
448
- get UserPassword from storage as `password`
448
+ get UserPassword from storage as `user. password`
449
449
set attribute `src` of User to `resources/icon/user-loggedin.png`
450
450
set attribute `title` of User to `Logged in as ` cat property `name` of UserRecord
451
451
gosub to SetStatusGreen
You can’t perform that action at this time.
0 commit comments