fix loading
This commit is contained in:
@ -70,7 +70,6 @@ export default function App() {
|
|||||||
if (isLoading) {
|
if (isLoading) {
|
||||||
return (
|
return (
|
||||||
<div style={{ padding: '20px', textAlign: 'center' }}>
|
<div style={{ padding: '20px', textAlign: 'center' }}>
|
||||||
<h1>ATProto OAuth Demo</h1>
|
|
||||||
<p>読み込み中...</p>
|
<p>読み込み中...</p>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
@ -79,7 +78,7 @@ export default function App() {
|
|||||||
if (error) {
|
if (error) {
|
||||||
return (
|
return (
|
||||||
<div style={{ padding: '20px', textAlign: 'center' }}>
|
<div style={{ padding: '20px', textAlign: 'center' }}>
|
||||||
<h1>ATProto OAuth Demo</h1>
|
<h1>エラー</h1>
|
||||||
<div style={{
|
<div style={{
|
||||||
background: '#fee',
|
background: '#fee',
|
||||||
color: '#c33',
|
color: '#c33',
|
||||||
|
Reference in New Issue
Block a user