Set autogenerated guest username

This commit is contained in:
Robert Long 2021-10-06 14:19:34 -07:00
commit 0d771e0aa4
6 changed files with 71 additions and 79 deletions

View file

@ -0,0 +1,9 @@
.errorModalContent {
display: flex;
flex-direction: column;
align-items: center;
}
.errorModalContent p {
margin-bottom: 0;
}