mirror of
https://github.com/samuelthomas2774/nxapi.git
synced 2026-07-18 16:32:17 -05:00
Fix add account response URL
This commit is contained in:
parent
912d976aa1
commit
f94bf1c221
|
|
@ -53,7 +53,7 @@ function AddAccountManualPrompt(props: AddAccountManualPromptProps & {
|
|||
</View>
|
||||
|
||||
<Text style={[styles.header, theme.text]}>{t('response_heading')}</Text>
|
||||
<Text style={[styles.help, theme.text]}>{t('response_help_1', {url: 'npf{props.client_id}://auth'})}</Text>
|
||||
<Text style={[styles.help, theme.text]}>{t('response_help_1', {url: `npf${props.client_id}://auth`})}</Text>
|
||||
<Text style={[styles.help, theme.text]}>{t('response_help_2')}</Text>
|
||||
|
||||
<TextInput value={callback_url} onChangeText={setCallbackUrl}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user