Make slab token a PW input

This commit is contained in:
Weves 2023-07-08 12:29:49 -07:00 committed by Chris Weaver
parent 3494d6a13a
commit e55c23ad6f

View File

@ -115,6 +115,7 @@ const Main = () => {
<TextFormField <TextFormField
name="slab_bot_token" name="slab_bot_token"
label="Slab Bot Token:" label="Slab Bot Token:"
type="password"
/> />
</> </>
} }