Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MWS: Allow user to login on multiple devices #8863

Open
wants to merge 1 commit into
base: multi-wiki-support
Choose a base branch
from

Conversation

well-noted
Copy link
Contributor

Fixes current version logs user out of 1st device when they attempt to login on 2nd device

Copy link

Confirmed: well-noted has already signed the Contributor License Agreement (see contributing.md)

Copy link

netlify bot commented Dec 24, 2024

Deploy Preview for tiddlywiki-previews ready!

Name Link
🔨 Latest commit 3a99779
🔍 Latest deploy log https://app.netlify.com/sites/tiddlywiki-previews/deploys/676a01a9e09a1f00082cda14
😎 Deploy Preview https://deploy-preview-8863--tiddlywiki-previews.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@@ -46,7 +46,26 @@ SqlTiddlerDatabase.prototype.transaction = function(fn) {
return this.engine.transaction(fn);
};

SqlTiddlerDatabase.prototype.createTables = function() {
SqlTiddlerDatabase.prototype.createTables = function () {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

indentation?!

@Jermolene Jermolene changed the title Allow user to login on multiple devices MWS: Allow user to login on multiple devices Dec 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants