I hereby claim:
- I am ernie58 on github.
- I am ernie58 (https://keybase.io/ernie58) on keybase.
- I have a public key ASCFWZ0lHM1P9MA6E_lplJXwkFNLC7AVPkvUgIArtWpDvQo
To claim this, I am signing this object:
From 0cbdd1404299d8ee9b0b691664877abbb497ff1e Mon Sep 17 00:00:00 2001 | |
From: ernie58 <[email protected]> | |
Date: Mon, 24 Feb 2020 17:18:50 +0100 | |
Subject: [PATCH] beginnings | |
--- | |
Gruntfile.js | 2 +- | |
app/styles/skins/passepartout.scss | 255 ++++++++++++++++++ | |
.../skins/passepartout/container-bg.png | Bin 0 -> 17382 bytes | |
app/styles/skins/passepartout/logo.png | Bin 0 -> 16102 bytes |
I hereby claim:
To claim this, I am signing this object:
module.exports = function (PassportUserCredential) { | |
/* | |
* Check if credentials already exist for a given provider and external id | |
* Enable this hook if credentials can be linked only once | |
* | |
* @param Loopback context object | |
* @param next middleware function | |
* */ | |
PassportUserCredential.observe('before save', function checkPassportUserCredentials(ctx, next){ |
{ | |
"name": "EduContentMetadataEduContentTag", | |
"base": "PersistedModel", | |
"idInjection": true, | |
"options": { | |
"validateUpsert": true | |
}, | |
"properties": { | |
}, | |
"validations": [], |