You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/AfterLogin.jsx
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -21,24 +21,24 @@ export default function afterLogin() {
21
21
setErrorMsg(awaitres.text());
22
22
}
23
23
};
24
-
return(<divclass="row">
25
-
<divclass="col s12 m12">
26
-
<divclass="card-panel horizontal blue ">
27
-
<spanclass="white-text">Hey you made it here {user?user.name:'Stranger'}, we all were waiting for you.<br/>I hope you like this Authentication module, Its simple yet important to know.
24
+
return(<divclassName="row">
25
+
<divclassName="col s12 m12">
26
+
<divclassName="card-panel horizontal blue ">
27
+
<spanclassName="white-text">Hey you made it here {user?user.name:'Stranger'}, we all were waiting for you.<br/>I hope you like this Authentication module, Its simple yet important to know.
28
28
I'll be updating it with many new stuff frequently.<br/><br/>Till then you can look around.<strong> Don't forget to drop a message for me.</strong></span>
<spanclass="white-text"style={{fontSize: '1.2rem'}}>This is an Authentication build in <ahref="https://nextjs.org/"target="_blank"style={{textDecoration: 'underline',color: "white"}}>Next.js</a> using <ahref="http://www.passportjs.org/"target="_blank"style={{textDecoration: 'underline',color: "white"}}>Passport.js</a> and <ahref="https://www.mongodb.com/"target="_blank"style={{textDecoration: 'underline',color: "white"}}>Mongodb </a>
<spanclassName="white-text"style={{fontSize: '1.2rem'}}>This is an Authentication build in <ahref="https://nextjs.org/"target="_blank"style={{textDecoration: 'underline',color: "white"}}>Next.js</a> using <ahref="http://www.passportjs.org/"target="_blank"style={{textDecoration: 'underline',color: "white"}}>Passport.js</a> and <ahref="https://www.mongodb.com/"target="_blank"style={{textDecoration: 'underline',color: "white"}}>Mongodb </a>
48
48
. It is a fully functional &readytousemodulebuildforyournextwebapplication.Thisistemplate0.0Iwillbepushingmorenewpersonalizedtemplatessoon.<br/><br/>-Till then go on try it around, I hope you like it-</span>
49
49
</div>
50
50
</>) : (<AfterLogin/>)}
@@ -56,10 +56,10 @@ export default function Home() {
0 commit comments