|
|
|
@ -64,7 +64,7 @@ const LoginPage: React.FC = () => { |
|
|
|
|
<Paper elevation={3} sx={{ p: 4 }}> |
|
|
|
|
<Box sx={{ display: 'flex', flexDirection: 'column', alignItems: 'center' }}> |
|
|
|
|
<Typography component="h1" variant="h5" gutterBottom> |
|
|
|
|
ToDoアプリ ログイン |
|
|
|
|
shopchop ログイン |
|
|
|
|
</Typography> |
|
|
|
|
{/* エラーがある場合のみアラートを表示 */} |
|
|
|
|
{error && ( |
|
|
|
|