Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Additionally:
## Quickstart

There is an excellent write-up available on implementing
[Mobile Login with Username / Email and Password in React Native](https://www.ory.sh/react-native-authentication-login-signup/)
[Mobile Login with Username / Email and Password in React Native](https://www.ory.sh/blog/login-react-native-authentication-example-api)
but if you want to go ahead and just try it out, do the following:

1. Run the [Ory Kratos quickstart](http://ory.sh/docs/kratos/quickstart) on your
Expand Down
2 changes: 1 addition & 1 deletion contrib/sdk/generated/api.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2023 Ory Corp
// Copyright © 2025 Ory Corp
// SPDX-License-Identifier: Apache-2.0

/* tslint:disable */
Expand Down
2 changes: 1 addition & 1 deletion contrib/sdk/generated/base.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2023 Ory Corp
// Copyright © 2025 Ory Corp
// SPDX-License-Identifier: Apache-2.0

/* tslint:disable */
Expand Down
2 changes: 1 addition & 1 deletion contrib/sdk/generated/common.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2023 Ory Corp
// Copyright © 2025 Ory Corp
// SPDX-License-Identifier: Apache-2.0

/* tslint:disable */
Expand Down
2 changes: 1 addition & 1 deletion contrib/sdk/generated/configuration.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2023 Ory Corp
// Copyright © 2025 Ory Corp
// SPDX-License-Identifier: Apache-2.0

/* tslint:disable */
Expand Down
2 changes: 1 addition & 1 deletion contrib/sdk/generated/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2023 Ory Corp
// Copyright © 2025 Ory Corp
// SPDX-License-Identifier: Apache-2.0

/* tslint:disable */
Expand Down
Loading