mirror of
				https://github.com/steveiliop56/tinyauth.git
				synced 2025-10-30 21:55:43 +00:00 
			
		
		
		
	fix: don't display continue button when redirect uri is null
This commit is contained in:
		| @@ -29,7 +29,7 @@ export const ContinuePage = () => { | |||||||
|   return ( |   return ( | ||||||
|     <Layout> |     <Layout> | ||||||
|       <Paper shadow="md" p={30} mt={30} radius="md" withBorder> |       <Paper shadow="md" p={30} mt={30} radius="md" withBorder> | ||||||
|         {redirectUri ? ( |         {typeof redirectUri == "string" ? ( | ||||||
|           <> |           <> | ||||||
|             <Text size="xl" fw={700}> |             <Text size="xl" fw={700}> | ||||||
|               Continue |               Continue | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Stavros
					Stavros