chiark / gitweb /
Move saving of auth file into auth.rs.
authorSimon Tatham <anakin@pobox.com>
Wed, 24 Jan 2024 20:04:34 +0000 (20:04 +0000)
committerSimon Tatham <anakin@pobox.com>
Wed, 24 Jan 2024 20:08:37 +0000 (20:08 +0000)
commit6a112a376aae220100b678b2e95f7507e2000b4c
treebaaebdd5a1846d788086acaea0dae7b9cd248d05
parent540edf3a9ad611eb989986e057451e2f595b8c22
Move saving of auth file into auth.rs.

Makes more sense there, right next to AuthConfig::load. And we were
doing it twice, so it needs to move _somewhere_ central.
src/auth.rs
src/login.rs