Skip to content

Commit db41717

Browse files
committed
return URI for oauth
1 parent 59aa268 commit db41717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/react-native/src/services/template.ts.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export class {{ service.name | caseUcfirst }} extends Service {
8484
}
8585
{% endif %}
8686
{% if method.type == 'webAuth' %}
87-
throw new {{ spec.title | caseUcfirst}}Exception('Not yet supported');
87+
return uri;
8888
{% elseif method.type == 'location' %}
8989
return uri;
9090
{% else %}

0 commit comments

Comments
 (0)