chore(letter): use tt-font for pin and password
This commit is contained in:
parent
11cc45aacf
commit
2de8ee0ee6
@ -150,4 +150,4 @@ randomLMSIdentBut banList = untilJustMaxM maxLmsUserIdentRetries getIdentOk
|
|||||||
randomLMSpw :: MonadIO m => m Text
|
randomLMSpw :: MonadIO m => m Text
|
||||||
randomLMSpw = randomText extra lengthPassword
|
randomLMSpw = randomText extra lengthPassword
|
||||||
where
|
where
|
||||||
extra = "+*:=!?#" -- you cannot distinguish ;: and ., in printed letters
|
extra = "+*:=!?#&" -- you cannot distinguish ;: and ., in printed letters
|
||||||
|
|||||||
@ -140,8 +140,8 @@ $endif$
|
|||||||
\begin{textblock}{65}(84,232)%hpos,vpos
|
\begin{textblock}{65}(84,232)%hpos,vpos
|
||||||
\textcolor{black!39}{
|
\textcolor{black!39}{
|
||||||
\begin{labeling}{Login:x}
|
\begin{labeling}{Login:x}
|
||||||
\item[Login:] $login$
|
\item[Login:] \texttt{$login$}
|
||||||
\item[Pin:] $pin$
|
\item[Pin:] \texttt{$pin$}
|
||||||
\end{labeling}
|
\end{labeling}
|
||||||
~}
|
~}
|
||||||
\end{textblock}
|
\end{textblock}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user