Merge pull request 'fix: enable verify button' (#28) from issue-25 into main
All checks were successful
Release / build_and_release (push) Successful in 1m8s
All checks were successful
Release / build_and_release (push) Successful in 1m8s
Reviewed-on: https://git.sigit.io/sig/it/pulls/28
This commit is contained in:
commit
f65ef0e5b2
@ -14,7 +14,12 @@ export const HomePage = () => {
|
|||||||
>
|
>
|
||||||
Sign
|
Sign
|
||||||
</Button>
|
</Button>
|
||||||
<Button variant='contained'>Verify</Button>
|
<Button
|
||||||
|
onClick={() => navigate(appPrivateRoutes.verify)}
|
||||||
|
variant='contained'
|
||||||
|
>
|
||||||
|
Verify
|
||||||
|
</Button>
|
||||||
</Box>
|
</Box>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user