error message for sharepoint search, and minor style fix

This commit is contained in:
spencerwooo
2022-01-23 15:43:36 +08:00
parent 8e5135ea59
commit fad501a562
3 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ export default function OAuthStep2() {
/>
<p className="py-1">The authorisation code extracted is:</p>
<p className="my-2 font-mono border border-gray-400/20 rounded text-sm bg-gray-50 dark:bg-gray-800 p-2 opacity-80">
<p className="my-2 font-mono border border-gray-400/20 rounded text-sm bg-gray-50 dark:bg-gray-800 p-2 opacity-80 truncate overflow-hidden">
{authCode || <span className="animate-pulse">Waiting for code...</span>}
</p>