Skip to content

Commit

Permalink
fixed the drawing page
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealDeLorian committed Dec 8, 2023
1 parent 606e326 commit 706efb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Website/Pages/BuildAToy.razor
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@
@inject IUserRoleService userRoleService
@inject NavigationManager navigationManager


<h3>Character Creator</h3>

@if (userRoleService.IsAuthenticated)
{
<body style=" height: 100vh; margin: 0; overflow: hidden;">

<div id="flex-container">
<div id="accessory-column" Class="flex-column">
Expand Down Expand Up @@ -83,6 +85,7 @@



</body>


@*
Expand Down
1 change: 0 additions & 1 deletion Website/Pages/Cart.razor
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ else
string message = await GetEmailDetails();
await SendEmail(email, subject, message);
//TODO: Erase the cart for that customer
//TODO: redirect user to "Order placed" page.
navigationManager.NavigateTo("/orderplaced");
}
}
Expand Down

0 comments on commit 706efb1

Please sign in to comment.