diff options
Diffstat (limited to 'html.c')
| -rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -34,7 +34,7 @@ int login(snac *snac, const xs_dict *headers) | |||
| 34 | } | 34 | } |
| 35 | 35 | ||
| 36 | if (logged_in) | 36 | if (logged_in) |
| 37 | lastlog_write(snac); | 37 | lastlog_write(snac, "web"); |
| 38 | 38 | ||
| 39 | return logged_in; | 39 | return logged_in; |
| 40 | } | 40 | } |