mirror of
https://github.com/urosran/cally.git
synced 2025-07-09 22:57:16 +00:00
added reset password btn
This commit is contained in:
@ -106,7 +106,7 @@ const SignInPage = () => {
|
||||
style={{
|
||||
flex: 1,
|
||||
padding: 21,
|
||||
paddingBottom: 45,
|
||||
paddingBottom: 30,
|
||||
paddingTop: isLoading ? "20%" : getTopPadding(),
|
||||
width: isLoading ? "100%" : isTablet ? 629 : undefined,
|
||||
}}
|
||||
@ -205,6 +205,23 @@ const SignInPage = () => {
|
||||
color="#fd1775"
|
||||
/>
|
||||
</View>
|
||||
<View>
|
||||
<Button
|
||||
onPress={() => router.replace("/(unauth)/reset_password")}
|
||||
label="Reset Password"
|
||||
labelStyle={[
|
||||
styles.jakartaMedium,
|
||||
{ textDecorationLine: "none", color: "#fd1575" },
|
||||
]}
|
||||
link
|
||||
size={ButtonSize.xSmall}
|
||||
padding-0
|
||||
margin-0
|
||||
text70
|
||||
left
|
||||
color="#fd1775"
|
||||
/>
|
||||
</View>
|
||||
|
||||
{/*<View row centerH marginB-5 gap-5>*/}
|
||||
{/* <Text text70>Forgot your password?</Text>*/}
|
||||
|
@ -43,7 +43,7 @@ const SettingsPage = () => {
|
||||
{pageIndex == 0 && (
|
||||
<View flexG centerH marginH-30 marginT-30>
|
||||
<Button
|
||||
disabled={false}
|
||||
disabled={isntParent}
|
||||
backgroundColor="white"
|
||||
style={styles.mainBtn}
|
||||
children={
|
||||
|
Reference in New Issue
Block a user