Fix some text boxes
This commit is contained in:
		@@ -85,6 +85,8 @@ const Auth = () => {
 | 
			
		||||
          fontSize={24}
 | 
			
		||||
          onChangeText={(text) => setFullName(text)}
 | 
			
		||||
          value={full_name}
 | 
			
		||||
          secureTextEntry={false}
 | 
			
		||||
          autoCapitalize='words'
 | 
			
		||||
          placeholder='Full Name'
 | 
			
		||||
        />
 | 
			
		||||
      </ThemedView>
 | 
			
		||||
@@ -95,6 +97,8 @@ const Auth = () => {
 | 
			
		||||
          fontSize={24}
 | 
			
		||||
          onChangeText={(text) => setEmail(text)}
 | 
			
		||||
          value={email}
 | 
			
		||||
          secureTextEntry={false}
 | 
			
		||||
          autoCapitalize='none'
 | 
			
		||||
          placeholder='email@address.com'
 | 
			
		||||
        />
 | 
			
		||||
      </ThemedView>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user