unified refs to authtoken file to a const string

This commit is contained in:
Russ Magee 2024-01-29 21:37:07 -08:00
parent 17d7bc01ef
commit 8827d67cc6
4 changed files with 8 additions and 5 deletions

View file

@ -140,3 +140,5 @@ const (
CHAFF_FREQ_MSECS_MIN = 1
CHAFF_FREQ_MSECS_MAX = 300000 // 5 minutes
)
const XS_ID_AUTHTOKFILE = ".config/xs/.xs_id"