Set autogenerated guest username
This commit is contained in:
parent
ea2cf98160
commit
0d771e0aa4
6 changed files with 71 additions and 79 deletions
9
src/ErrorModal.module.css
Normal file
9
src/ErrorModal.module.css
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
.errorModalContent {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.errorModalContent p {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue