mirror of https://github.com/dirtbags/moth.git
Remove a couple ambiguous letters
This commit is contained in:
parent
45c0cad5d4
commit
3a11cc65ef
|
@ -54,7 +54,7 @@ func NewInstance(base, mothballDir, stateDir, resourcesDir, password string) (*I
|
||||||
}
|
}
|
||||||
|
|
||||||
// Stuff people with mediocre handwriting could write down unambiguously, and can be entered without holding down shift
|
// Stuff people with mediocre handwriting could write down unambiguously, and can be entered without holding down shift
|
||||||
const distinguishableChars = "234678abcdefhijkmnpqrtuvwxyz="
|
const distinguishableChars = "234678abcdefhijkmnpqrtwxyz="
|
||||||
|
|
||||||
func mktoken() string {
|
func mktoken() string {
|
||||||
a := make([]byte, 8)
|
a := make([]byte, 8)
|
||||||
|
|
Loading…
Reference in New Issue