fix stuff
This commit is contained in:
		@@ -81,6 +81,7 @@ const Auth = () => {
 | 
			
		||||
 | 
			
		||||
      <ThemedView style={styles.verticallySpaced}>
 | 
			
		||||
        <ThemedTextInput
 | 
			
		||||
          height={60}
 | 
			
		||||
          fontSize={24}
 | 
			
		||||
          onChangeText={(text) => setFullName(text)}
 | 
			
		||||
          value={full_name}
 | 
			
		||||
@@ -90,6 +91,7 @@ const Auth = () => {
 | 
			
		||||
 | 
			
		||||
      <ThemedView style={[styles.verticallySpaced]}>
 | 
			
		||||
        <ThemedTextInput
 | 
			
		||||
          height={60}
 | 
			
		||||
          fontSize={24}
 | 
			
		||||
          onChangeText={(text) => setEmail(text)}
 | 
			
		||||
          value={email}
 | 
			
		||||
@@ -99,6 +101,7 @@ const Auth = () => {
 | 
			
		||||
 | 
			
		||||
      <ThemedView style={styles.verticallySpaced}>
 | 
			
		||||
        <ThemedTextInput
 | 
			
		||||
          height={60}
 | 
			
		||||
          fontSize={24}
 | 
			
		||||
          onChangeText={(text) => setPassword(text)}
 | 
			
		||||
          value={password}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user