Commit c2bc4e8
fix: hash actual token file contents instead of hardcoded defaults
The previous code always hashed the literal strings 'usertoken' and
'admintoken' regardless of whether the user had changed the token
files. Now reads the actual file content for hashing.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent fb5336f commit c2bc4e8
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
0 commit comments